OSDN Git Service

git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/xerial-core@3321 ae02f08e...
authorleo <leo@ae02f08e-27ec-0310-ae8c-8ba02fe2eafd>
Wed, 20 May 2009 08:49:30 +0000 (08:49 +0000)
committerleo <leo@ae02f08e-27ec-0310-ae8c-8ba02fe2eafd>
Wed, 20 May 2009 08:49:30 +0000 (08:49 +0000)
src/test/java/org/xerial/lens/LensTest.java

index f53e71c..44181da 100644 (file)
@@ -31,6 +31,7 @@ import java.util.List;
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.xerial.core.XerialException;
 import org.xerial.silk.SilkUtilTest;
@@ -87,9 +88,14 @@ public class LensTest
 
     }
 
+    @Ignore
     @Test
     public void testMapping() throws Exception
     {
+        // TODO: How to resolve nested scope when the information of gene class is not available  
+        // -coordinate(name:chr1)
+        //   -gene(name:gene1)
+
         Coordinate c = Lens.loadSilk(Coordinate.class, FileResource.find(SilkUtilTest.class, "sequence.silk"));
 
         _logger.info(c);