Changeset 56

Show
Ignore:
Timestamp:
04/04/06 10:50:41 (3 years ago)
Author:
schst
Message:

Added the first JUnit test case

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/.classpath

    r49 r56  
    44    <classpathentry kind="src" path="src/test/java"/> 
    55    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
     6    <classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.1.1/src/org.junit_3.8.1/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> 
    67    <classpathentry kind="output" path="build"/> 
    78</classpath> 
  • trunk/pom.xml

    r53 r56  
    1515    </repository> 
    1616  </repositories>   
     17   
     18    <dependencies> 
     19        <dependency> 
     20            <groupId>junit</groupId> 
     21            <artifactId>junit</artifactId> 
     22            <version>3.8.1</version> 
     23            <scope>test</scope> 
     24        </dependency> 
     25    </dependencies> 
    1726   
    1827  <build>