Skip to content

Commit 72347b0

Browse files
jamesmorrisjamesmorris
authored andcommitted
updated test data and tests
1 parent 1443478 commit 72347b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankWriterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public void testLocationJoins() throws Exception {
216216
Arrays.asList(sequence));
217217
fragwriter.close();
218218

219-
System.out.println(fragwriter.toString().replaceAll("\r\n", "\n"));
219+
//System.out.println(fragwriter.toString().replaceAll("\r\n", "\n"));
220220

221221
// Read the output file and test that no information is lost
222222
InputStream readerInputStream = new ByteArrayInputStream(fragwriter.toByteArray());

0 commit comments

Comments
 (0)