浏览代码

Forgot to uncomment a test

Stephen Ficklin 6 年之前
父节点
当前提交
a7af83e718
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/tripal_chado/loaders/OBOImporterTest.php

+ 2 - 2
tests/tripal_chado/loaders/OBOImporterTest.php

@@ -50,7 +50,7 @@ class OBOImporterTest extends TripalTestCase {
    *
    * @group obo
    */
- /*  public function testRemoteOBO() {
+   public function testRemoteOBO() {
 
     $name = 'core_test_goslim_plant';
     $path = 'http://www.geneontology.org/ontology/subsets/goslim_plant.obo';
@@ -91,7 +91,7 @@ class OBOImporterTest extends TripalTestCase {
       ->fetchField();
     $this->assertNotFalse($go_db_id,
       "Missing the 'GO' database record after loading the GO plant slim.");
-  } */
+  } 
   
   /**
    * Tests that an OBO from a local path can be loaded.