Skip to content

Commit 4885789

Browse files
committed
remove silly & fragile unit test
1 parent 1f2f91a commit 4885789

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/src/org/broad/igv/ui/ReadmeParserTest.java

+1-9
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,7 @@ public void setUp() {
5050
public void tearDown() {
5151
parser = null;
5252
}
53-
54-
@Test
55-
public void testGetBadCmd() throws Exception {
56-
String fake_cmd = "fake_cmd";
57-
String info = parser.getDocForCommand(fake_cmd);
58-
assertTrue(info.contains("Command " + fake_cmd + " not found"));
59-
}
60-
61-
53+
6254
@Test
6355
public void testGetCommands() throws Exception {
6456
String[] commands = {"count", "sort", "tile", "index", "sort", "version", "toTDF", "formatexp", "gui"};

0 commit comments

Comments
 (0)