JAL-1685 tests added for ambiguity codes (including failing test for R)
[jalview.git] / test / jalview / analysis / AlignmentUtilsTests.java
index f56dd5d..b612a04 100644 (file)
@@ -605,12 +605,4 @@ public class AlignmentUtilsTests
             0,
             "FPMG".toCharArray()));
   }
-
-  @Test
-  public void testTranslatesAs_withAmbiguityCodes()
-  {
-    // R means A or G
-    assertTrue(AlignmentUtils.translatesAs("car".toCharArray(), 0,
-            "Q".toCharArray()));
-  }
 }