Ignore:
Timestamp:
08/16/12 14:45:03 (12 years ago)
Author:
sherbold
Message:
  • countless adaptations throughout nearly all components to remove errors introduced due to the refactoring of the event core
Location:
trunk/quest-core-assertions-test/src/test/java/de/ugoe/cs/quest/assertions
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-assertions-test/src/test/java/de/ugoe/cs/quest/assertions/FileEqualsReplayTest.java

    r518 r548  
    6666        } 
    6767 
    68         @Test 
    69         public void testGetTarget_1() throws Exception { 
    70                 FileEqualsReplay fixture = new FileEqualsReplay("", ""); 
    71  
    72                 String result = fixture.getTarget(); 
    73  
    74                 assertEquals("targetNotUsed", result); 
    75         } 
    76  
    7768        public static void main(String[] args) { 
    7869                new org.junit.runner.JUnitCore().run(FileEqualsReplayTest.class); 
Note: See TracChangeset for help on using the changeset viewer.