From 4740e147a9cc67367527e2fcbd57987331541bd0 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 22 Oct 2014 02:53:17 +0000 Subject: [PATCH] testing under java 8... once again stream closed issues... --- forester/java/src/org/forester/test/Test.java | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/forester/java/src/org/forester/test/Test.java b/forester/java/src/org/forester/test/Test.java index 713d018..14c18ef 100644 --- a/forester/java/src/org/forester/test/Test.java +++ b/forester/java/src/org/forester/test/Test.java @@ -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() ) { -- 1.7.10.2