diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-08-30 22:50:17 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-08-30 22:50:17 +0200 |
commit | d0f963c4a6f7ad0e18ad9a0cafbad1eb124934e5 (patch) | |
tree | 258bb4e2ba513359aee8e6940786d6bf5a3f5c1a /.classpath | |
parent | 262e5c8fb03dff7546c8b47ead571ec71b468e88 (diff) |
JUnit tests on Ant are now running, but the CLI tests don't seem to pick up the resources
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,6 +15,7 @@ <attribute name="javadoc_location" value="http://fasterxml.github.com/jackson-databind/javadoc/2.5/"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="lib" path="lib/junit/hamcrest-core-1.3.jar" sourcepath="lib/junit/hamcrest-core-1.3-sources.jar"/> + <classpathentry kind="lib" path="lib/junit/junit-4.12.jar" sourcepath="lib/junit/junit-4.12-sources.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |