Skip to content

Commit 95a8bda

Browse files
johnmayegonw
authored andcommitted
Demonstrates the tests are perhaps a little odd
1 parent 489ec1a commit 95a8bda

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

storage/ctab/src/test/java/org/openscience/cdk/io/RGroupQueryReaderTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ public void testAccepts() {
8181
// Assert.assertTrue(reader.accepts(RGroupQuery.class));
8282
// }
8383

84-
@Override
85-
public void testAcceptsAtLeastOneDebugObject() {}
86-
87-
@Override
88-
public void testAcceptsAtLeastOneNonotifyObject() {}
84+
// @Override
85+
// public void testAcceptsAtLeastOneDebugObject() {}
86+
//
87+
// @Override
88+
// public void testAcceptsAtLeastOneNonotifyObject() {}
8989

9090
/**
9191
* Test that the format factory guesses the correct IChemFormat

storage/ctab/src/test/java/org/openscience/cdk/io/RGroupQueryWriterTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ private int countSubstring(String regExp, String text) {
140140
return count;
141141
}
142142

143-
@Override
144-
public void testAcceptsAtLeastOneDebugObject() {}
145-
146-
@Override
147-
public void testAcceptsAtLeastOneNonotifyObject() {}
143+
// @Override
144+
// public void testAcceptsAtLeastOneDebugObject() {}
145+
//
146+
// @Override
147+
// public void testAcceptsAtLeastOneNonotifyObject() {}
148148

149149
private String recreate(String file) throws CDKException {
150150
StringWriter sw = new StringWriter();

0 commit comments

Comments
 (0)