JAL-2465 fixed groups for JmolViewerTest.testStructureLoadingViaURL
authorJim Procter <jprocter@issues.jalview.org>
Mon, 29 May 2017 12:51:59 +0000 (13:51 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 29 May 2017 12:51:59 +0000 (13:51 +0100)
test/jalview/ext/jmol/JmolViewerTest.java

index 8f616de..4a59044 100644 (file)
@@ -117,7 +117,7 @@ public class JmolViewerTest
     }
   }
 
-  @Test(groups = { "Functional, Network" })
+  @Test(groups = { "Functional", "Network" })
   public void testStructureLoadingViaURL()
   {
     Cache.setProperty(Preferences.STRUCTURE_DISPLAY, ViewerType.JMOL.name());