Skip to content

Commit 7647c28

Browse files
committed
Restore JBrowse Tests
1 parent 445312f commit 7647c28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void testSteps() throws Exception
7474
{
7575
setUpTest();
7676

77-
/*testInferredDetails();
77+
testInferredDetails();
7878
testNoSession();
7979
testMessageDisplay();
8080
testSessionCardDisplay();
@@ -90,13 +90,13 @@ public void testSteps() throws Exception
9090

9191
testLoadingConfigFilters();
9292
testSampleFilters();
93-
testSampleFiltersFromUrl();*/
93+
testSampleFiltersFromUrl();
9494

95-
//testBrowserNavToVariantTable();
96-
//testGridFailureConditions();
95+
testBrowserNavToVariantTable();
96+
testGridFailureConditions();
9797
testVariantTableComparators();
9898

99-
//testOutputFileProcessing();
99+
testOutputFileProcessing();
100100
}
101101

102102
private void openTrackMenuItem(String name)

0 commit comments

Comments
 (0)