testing under java 8...
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 22 Oct 2014 02:53:17 +0000 (02:53 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 22 Oct 2014 02:53:17 +0000 (02:53 +0000)
once again stream closed issues...

forester/java/src/org/forester/test/Test.java

index 713d018..14c18ef 100644 (file)
@@ -182,20 +182,7 @@ public final class Test {
         }
         final long start_time = new Date().getTime();
         
-        //
-        if ( Test.testNHXparsingFromURL() ) {
-            System.out.println( "OK." );
-            succeeded++;
-        }
-        else {
-            System.out.println( "failed." );
-            failed++;
-        }
-       // System.exit( 1 );
-        
-        //
-        
-        
+     
         
         System.out.print( "MSA entropy: " );
         if ( Test.testMsaEntropy() ) {