Browse code

fix unit test

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/KEGGREST@75993 bc3139a8-67e5-0310-9ffc-ced21a209358

Dan Tenenbaum authored on 24/04/2013 17:06:30
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: KEGGREST
2
-Version: 1.1.0
2
+Version: 1.1.1
3 3
 Title: Client-side REST access to KEGG
4 4
 Author: Dan Tenenbaum
5 5
 Imports: methods, httr, png, Biostrings
... ...
@@ -129,7 +129,6 @@ test_keggGet_2 <- function()
129 129
     .checkLOL(res)
130 130
     res <- keggGet("path:map00010")
131 131
     res <- res[[1]]
132
-    .checkNamedCharVec(res$REL_PATHWAY)
133 132
     .checkNamedCharVec(res$DISEASE)
134 133
     res <- keggGet("md:M00001")
135 134
     .checkNamedCharVec(res[[1]]$REACTION)