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 | |