Changes between Version 1 and Version 2 of UNPLANED_APP_COMMONS_TEST_FIXING


Ignore:
Timestamp:
07/07/09 15:51:15 (16 years ago)
Author:
velizar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANED_APP_COMMONS_TEST_FIXING

    v1 v2  
    77 
    88== 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.)^ 
     9All unit tests in main.app.commons that are not working should be fixed.  
    1010 
    1111== 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. 
    1315 
    1416== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     17All unit tests in main.app.commons should be working. 
    1618 
    1719== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     20Debug the tests that fail and correct the errors. 
    1921 
    2022== Related ==