Changes between Version 10 and Version 11 of PLATFORM_STANDARDS_AUTO_TESTS_R1
- Timestamp:
- 01/26/09 21:33:26 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_AUTO_TESTS_R1
v10 v11 82 82 A how-to of using Abbot will be provided in the implementation. 83 83 84 Although not stated in the task requirements, a cleanup of the existing base classes for tests will be performed (they are located in the org.sophie2.core.testing package). The reason is that there are many leftovers from the old Veda testing. 85 84 86 = Implementation = 85 87 The [wiki:PLATFORM_STANDARDS_AUTO_TESTS] page was thoroughly restructured and updated. … … 90 92 Also some feedback from the release team about how the testing is going can be useful when choosing the tools to use. 91 93 94 [source:/trunk/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/testing/TestBase.java TestBase] has been refactored. Changeset: [changeset:1477]. Old stuff like the paths and the methods for getting and creating resources have been removed. This resulted in refactoring some legacy tests: [source:/trunk/sophie2-platform/modules/org.sophie2.main.model/src/test/java/org/sophie2/main/model/book/BookLegacyTest.java BookLegacyTest] and tests found in the [source:/trunk/sophie2-platform/modules/org.sophie2.main.model.book.format.r1/src/test/java/org/sophie2/main/model/book/format/r1 main.model.book.format.r1] module. 95 92 96 = Testing = 93 97