saifi009 / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
0 stars 0 forks source link

unit tests fail to load SLF4J #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
unit tests fail to load SLF4J.

test target needs to be updated to include slf4j jars.

Index: build.xml
===================================================================
--- build.xml   (revision 78)
+++ build.xml   (working copy)
@@ -27,6 +27,8 @@
   <target name="test" depends="compile">
     <junit showoutput="false">
       <classpath path="lib/junit-4.8.2.jar:out"/>
+      <classpath path="lib/slf4j-api-1.6.1.jar:out"/>
+      <classpath path="lib/slf4j-simple-1.6.1.jar:out"/>
       <batchtest>
    <fileset dir="tests"><include name="**/*.java"/></fileset>
         <formatter type="brief" usefile="no"/> 

Original issue reported on code.google.com by bowli...@gmail.com on 18 May 2011 at 2:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r79.

Original comment by hearn@google.com on 19 May 2011 at 12:48