Changes between Version 1 and Version 2 of UNPLANED_APP_COMMONS_TEST_FIXING
- Timestamp:
- 07/07/09 15:51:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANED_APP_COMMONS_TEST_FIXING
v1 v2 7 7 8 8 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 9 All unit tests in main.app.commons that are not working should be fixed. 10 10 11 11 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 12 * Move the tests, which are in wrong package, to their correct package. 13 * Delete duplicate tests. 14 * Fix all remaining tests. 13 15 14 16 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 17 All unit tests in main.app.commons should be working. 16 18 17 19 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 20 Debug the tests that fail and correct the errors. 19 21 20 22 == Related ==