JAL-1759 merge from develop
[jalview.git] / test / MCview / BondTest.java
index 0060e3f..4bdfff7 100644 (file)
@@ -1,12 +1,13 @@
 package MCview;
 
 import static org.testng.AssertJUnit.assertEquals;
+
 import org.testng.annotations.Test;
 
 public class BondTest
 {
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testTranslate()
   {
     Atom a1 = new Atom(1f, 2f, 3f);