Skip to content

Commit c905e45

Browse files
rbrishs96c
authored andcommitted
Fix classpath for running tests in eclipse
This allows the htmlunitdriver tests to run in Eclipse. Signed-off-by: Simon Stewart <[email protected]>
1 parent e002e6c commit c905e45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: java/client/.classpath

+2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@
4141
<classpathentry kind="lib" path="/third-party/java/xml/xml-apis-1.4.01.jar"/>
4242
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
4343
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-1.0.jar"/>
44+
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-api-1.6.6.jar"/>
45+
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-jdk14-1.6.6.jar"/>
4446
<classpathentry kind="output" path="build/production"/>
4547
</classpath>

0 commit comments

Comments
 (0)