@@ -108,10 +108,10 @@ public void testGetSubClasses() throws IOException {
108
108
assertTrue ("ECO_0000314 not subclass of ECO_0000000" , subs .contains ("http://purl.obolibrary.org/obo/ECO_0000314" ));
109
109
//Anatomy
110
110
//worm anatomy - note that it needs parts of the cl ontology in there
111
- uri = "http://purl.obolibrary.org/obo/CL_0000003 " ;
111
+ uri = "http://purl.obolibrary.org/obo/CL_0000000 " ;
112
112
subs = onto_repo .getAllSubClasses (uri );
113
- //GO native cell - used a lot in shex
114
- assertTrue ("WBbt_0005753 not subclass of CL_0000003 " , subs .contains ("http://purl.obolibrary.org/obo/WBbt_0005753" ));
113
+ //GO cell - used a lot in shex
114
+ assertTrue ("WBbt_0005753 not subclass of CL_0000000 " , subs .contains ("http://purl.obolibrary.org/obo/WBbt_0005753" ));
115
115
//Cell component
116
116
uri = "http://purl.obolibrary.org/obo/GO_0110165" ;
117
117
subs = onto_repo .getAllSubClasses (uri );
@@ -159,7 +159,7 @@ public void testGetSuperClasses() throws IOException {
159
159
uri = "http://purl.obolibrary.org/obo/WBbt_0005753" ;
160
160
supers = onto_repo .getAllSuperClasses (uri );
161
161
//GO native cell - used a lot in shex
162
- assertTrue ("WBbt_0005753 not subclass of CL_0000003 " , supers .contains ("http://purl.obolibrary.org/obo/CL_0000003 " ));
162
+ assertTrue ("WBbt_0005753 not subclass of CL_0000000 " , supers .contains ("http://purl.obolibrary.org/obo/CL_0000000 " ));
163
163
//anatomy - also used a lot in shex
164
164
assertTrue ("WBbt_0005753 not subclass of UBERON_0001062" , supers .contains ("http://purl.obolibrary.org/obo/UBERON_0001062" ));
165
165
//Cell component
0 commit comments