JAL-4195 add exception handling for all other CommandsTest tests and remove errant...
[jalview.git] / test / jalview / analysis / AverageDistanceEngineTest.java
index f7688b5..5a8361d 100644 (file)
@@ -45,7 +45,7 @@ public class AverageDistanceEngineTest
     Cache.loadProperties("test/jalview/bin/TestProps.jvprops");
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testUPGMAEngine() throws Exception
   {
     AlignFrame af = new FileLoader(false).LoadFileWaitTillLoaded(
@@ -103,7 +103,6 @@ public class AverageDistanceEngineTest
       }
       System.out.println("\\");
     }
-
   }
 
 }