JAL-3174 backout un-needed stacktrace for exception raised during testing (since...
authorJim Procter <jprocter@issues.jalview.org>
Mon, 17 Dec 2018 15:59:32 +0000 (15:59 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 17 Dec 2018 15:59:32 +0000 (15:59 +0000)
test/jalview/ext/htsjdk/TestHtsContigDb.java

index ad9bf03..69634a9 100644 (file)
@@ -103,10 +103,8 @@ public class TestHtsContigDb
       fail("Expected exception");
     } catch (IOException e)
     {
-      System.out.println(
-              "Caught IOException in testCreateFastaSequenceIndex");
-      e.printStackTrace();
-      // expected
+      // we expect an IO Exception because the pgmB.fasta.fai exists, since it
+      // was checked it in.
     }
 
     /*