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
Files:
2 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-assertions/.classpath

    r518 r548  
    22<classpath> 
    33        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
     4                <attributes> 
     5                        <attribute name="optional" value="true"/> 
     6                        <attribute name="maven.pomderived" value="true"/> 
     7                </attributes> 
     8        </classpathentry> 
     9        <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 
    410                <attributes> 
    511                        <attribute name="optional" value="true"/> 
  • trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/FileEqualsReplay.java

    r518 r548  
    7979        } 
    8080 
    81         /* 
    82          * (non-Javadoc) 
    83          *  
    84          * @see de.ugoe.cs.quest.eventcore.IReplayable#getTarget() 
    85          */ 
    86         @Override 
    87         public String getTarget() { 
    88                 return "targetNotUsed"; 
    89         } 
    90  
    9181} 
  • trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsReplay.java

    r518 r548  
    8787         * @see de.ugoe.cs.quest.eventcore.IReplayable#getTarget() 
    8888         */ 
    89         @Override 
     89        //@Override TODO 
    9090        public String getTarget() { 
    9191                return target; 
Note: See TracChangeset for help on using the changeset viewer.