Implemented some of the import/export functionality. Major refactoring of datasource...
[taxeditor.git] / taxeditor-store / src / test / java / eu / etaxonomy / taxeditor / store / CdmStoreTest.java
index 4479208eb90e4ffb1a61e047fd264c794714bb1c..101de028db52b88815ea2491c45d83ccafe0935e 100644 (file)
@@ -57,10 +57,8 @@ public class CdmStoreTest /*extends CdmIntegrationTest */{
        @Test
        //@DataSet("CdmStoreTest.xml")
        @Ignore
-       public void testGetRootTaxa(){
-               List<Taxon> rootTaxa = cdmStore.getRootTaxa();
-               
-               Assert.assertNotNull(rootTaxa);
+       public void testGetTaxonomicTrees(){
+
        }
        
        /**
@@ -71,7 +69,7 @@ public class CdmStoreTest /*extends CdmIntegrationTest */{
        @Ignore
        public void testGetConceptRelationshipTypes(){
                conversation.bind();
-               Set<TaxonRelationshipType> conceptRelationshipTypes = cdmStore.getConceptRelationshipTypes();
+               Set<TaxonRelationshipType> conceptRelationshipTypes = VocabularyStore.getConceptRelationshipTypes();
                Assert.assertNotNull(conceptRelationshipTypes);
        }
 }