Changes between Version 10 and Version 11 of UNPLANNED_UNIT_TEST_FIX_R0


Ignore:
Timestamp:
04/28/09 14:52:25 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_UNIT_TEST_FIX_R0

    v10 v11  
    4646||org.sophie2.base.commons||refactor 
    4747||org.sophie2.base.connectivity||nothing - no tests 
    48 ||org.sophie2.base.dialogs|| 
    49 ||org.sophie2.base.halos|| 
    50 ||org.sophie2.base.layout|| 
    51 ||org.sophie2.base.media|| 
    52 ||org.sophie2.base.menus|| 
    53 ||org.sophie2.base.model.book|| 
    54 ||org.sophie2.base.model.resources|| 
    55 ||org.sophie2.base.model.text|| 
    56 ||org.sophie2.base.persistence|| 
    57 ||org.sophie2.base.scene|| 
    58 ||org.sophie2.base.skins|| 
    59 ||org.sophie2.base.visual|| 
    60 ||org.sophie2.core|| 
    61 ||org.sophie2.core.modularity|| 
    62 ||org.sophie2.core.mvc|| 
    63 ||org.sophie2.extra.func.annotations|| 
    64 ||org.sophie2.extra.func.embedded|| 
    65 ||org.sophie2.extra.func.pdf|| 
    66 ||org.sophie2.extra.func.print|| 
    67 ||org.sophie2.launcher|| 
    68 ||org.sophie2.main.app.commons|| 
     48||org.sophie2.base.dialogs||DialogManagerTest must be DialogManagerDemo, it should run 
     49||org.sophie2.base.halos||refactor 
     50||org.sophie2.base.layout||BaseLayoutDemo is actualy a test; needs to refactor 
     51||org.sophie2.base.media||nothing - no tests 
     52||org.sophie2.base.menus||refactor 
     53||org.sophie2.base.model.book||thoroughly refactor/delete GroupTest, review the others. 
     54||org.sophie2.base.model.resources||nothing - OK 
     55||org.sophie2.base.model.text||nothing - the demo is OK 
     56||org.sophie2.base.persistence||many try-catch mistakes, refactor 
     57||org.sophie2.base.scene||Delete SceneTest2, revire the demo. 
     58||org.sophie2.base.skins||nothing - no tests 
     59||org.sophie2.base.visual||nothing - OK 
     60||org.sophie2.core||refactor 
     61||org.sophie2.core.modularity||review - add super.setUp() to setUp methods 
     62||org.sophie2.core.mvc||review - Decide whether no view should not be handled (TestDemo2) 
     63||org.sophie2.extra.func.annotations||nothing - OK 
     64||org.sophie2.extra.func.embedded||nothing - no tests 
     65||org.sophie2.extra.func.pdf||nothig - OK 
     66||org.sophie2.extra.func.print||nothing - no tests 
     67||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. 
    6968||org.sophie2.main.app.halos|| 
    7069||org.sophie2.main.app.layout||