98 | | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 98 | ||org.sophie2.base.bound||done |
| 99 | ||org.sophie2.base.commons||done |
| 100 | ||org.sophie2.base.dialogs||DialogManagerTest must be DialogManagerDemo, it should run |
| 101 | ||org.sophie2.base.halos||refactor |
| 102 | ||org.sophie2.base.layout||BaseLayoutDemo is actualy a test; needs to refactor |
| 103 | ||org.sophie2.base.menus||refactor |
| 104 | ||org.sophie2.base.model.book||thoroughly refactor/delete GroupTest, review the others. |
| 105 | ||org.sophie2.base.persistence||many try-catch mistakes, refactor |
| 106 | ||org.sophie2.base.scene||Delete SceneTest2, review the demo. |
| 107 | ||org.sophie2.core||refactor |
| 108 | ||org.sophie2.core.modularity||review - add super.setUp() to setUp methods |
| 109 | ||org.sophie2.core.mvc||review - Decide whether no view should not be handled (TestDemo2) |
| 110 | ||org.sophie2.main.app.commons|| rename AppViewUnitTest to AppViewTest, make it an integration test. Thoroughly refactor BookViewUnitTest. Move AudioContentViewTest and VideoContentViewTest to org.sophie2.main.func.media, refactor ContentViewTest, review FrameAddUndoViewTest, fix "catch(Throwable e)" statements, remove any "fail('not implemented')" methods. |
| 111 | ||org.sophie2.main.app.menus||Make WindowMenuTest integration, decide whether to delete it. Refactor FileMenuTest, move SystemTestBase to org.sophie2.main.app.commons/src/main.java |
| 112 | ||org.sophie2.main.app.model||Move BackgroundStyleUnitTest, BorderStyleUnitTest, FrameAddUndoTest and FrameUnitTest to org.sophie2.base.model.book, refactor them. Remove BookLegacyTest, review the rest. |
| 113 | ||org.sophie2.main.func.image||refactor |
| 114 | ||org.sophie2.main.layout.mydoggy||rename MyDoggyLayoutDemo to test, since it is not a demo. Make it integration test, add the needed modules and refactor the failing cases. |
| 115 | ||org.sophie2.main.layout.vldocking||thoroughly refactor |
| 116 | ||org.sophie2.main.media.fobs||delete all |
| 117 | ||org.sophie2.main.persistence.r1||refactor (or delete) |
| 118 | ||org.sophie2.server|| add setUp() and tearDown() methods, review |
| 119 | ||org.sophie2.server.connector||add setUp() and tearDown() methods, review. |
| 120 | ||org.sophie2.server.persistence||Remove default values of type "new Date()", add setUp() and tearDown() methods. |