X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fstructure%2FMapping.java;h=cc8138c1dacfe2cb3511b917a438ca1470ddcfb2;hb=be32c14cd8e48fe0a207cd7030cb9cd46f894678;hp=716755baf875b8115e5a1d6203808ea1f9169e3d;hpb=10e637daad8983c41db8679baabea5563d7371f4;p=jalview.git diff --git a/test/jalview/structure/Mapping.java b/test/jalview/structure/Mapping.java index 716755b..cc8138c 100644 --- a/test/jalview/structure/Mapping.java +++ b/test/jalview/structure/Mapping.java @@ -3,6 +3,13 @@ package jalview.structure; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; + +import org.junit.Assert; +import org.junit.Ignore; +import org.junit.Test; + +import MCview.PDBfile; + import jalview.datamodel.AlignmentAnnotation; import jalview.datamodel.Annotation; import jalview.datamodel.Sequence; @@ -11,11 +18,6 @@ import jalview.gui.AlignFrame; import jalview.io.FileLoader; import jalview.io.FormatAdapter; -import org.junit.Assert; -import org.junit.Test; - -import MCview.PDBfile; - public class Mapping { @@ -27,6 +29,7 @@ public class Mapping * msd numbering, not pdb res numbering. */ @Test + @Ignore public void pdbEntryPositionMap() throws Exception { fail("This test intentionally left to fail"); @@ -109,6 +112,7 @@ public class Mapping } @Test + @Ignore public void testPDBentryMapping() throws Exception { fail("This test intentionally left to fail");