Changeset 1555

Show
Ignore:
Timestamp:
02/05/10 12:21:49 (3 years ago)
Author:
kohlhase
Message:

reverting demo change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/jomdoc/trunk/src/test/org/omdoc/jomdoc/ntn/rnd/NotationsTest.java

    r1554 r1555  
    8181        ncoll.clear(); 
    8282        ncoll.addDefaults(); 
    83         assertFalse(test(notationsPath + "default" + File.separator, "test", "exp", false)); 
     83        assertTrue(test(notationsPath + "default" + File.separator, "test", "exp", false)); 
    8484        ncoll.removeDefaults(); 
    8585    }