Changes between Version 3 and Version 4 of UNPLANED_APP_COMMONS_TEST_FIXING


Ignore:
Timestamp:
07/14/09 18:40:31 (16 years ago)
Author:
velizar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANED_APP_COMMONS_TEST_FIXING

    v3 v4  
    2323 
    2424= Design = 
    25 ^(Describe your design here.)^ 
     25 * For the test testContentView in class ContentViewTest - use the property contentElement() from the frameView to get the image instead of the property element(), provide ResourceChangeManager for the resources in the test. 
     26 * For all the tests in AppLogicSystemTest - move the class to package org.sophie2.author and start the required modules in fillDepenedencies() method. 
     27 * For the test testCloseApp in AppLogicSystemTest - check if the project is started through the fakeModuleRegistry, if so leaving the confirm dialog for exit with YES will cause System.exit(0) and the method will never return. 
     28 
    2629 
    2730= Implementation =