Skip to content
Snippets Groups Projects
Commit 67a1048e authored by “kpepper”'s avatar “kpepper”
Browse files

removed a test

parent d17ff58b
No related branches found
No related tags found
No related merge requests found
...@@ -71,22 +71,6 @@ public class GoBox_ESTest extends GoBox_ESTest_scaffolding { ...@@ -71,22 +71,6 @@ public class GoBox_ESTest extends GoBox_ESTest_scaffolding {
} }
} }
@Test(timeout = 4000)
public void test5() throws Throwable {
Dimension dimension0 = GoBox.getEvidenceListDimension();
GoBox goBox0 = null;
try {
goBox0 = new GoBox((Qualifier) null, "tIQ^r'?|vT*(G:JH9", (-1619437758), dimension0, dimension0);
fail("Expecting exception: NullPointerException");
} catch(NullPointerException e) {
//
// no message in exception (getMessage() returned null)
//
verifyException("uk.ac.sanger.artemis.util.DatabaseDocument", e);
}
}
@Test(timeout = 4000) @Test(timeout = 4000)
public void test6() throws Throwable { public void test6() throws Throwable {
String string0 = GoBox.getEvidenceCodeGoTextFromText(""); String string0 = GoBox.getEvidenceCodeGoTextFromText("");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment