Browse Source

Forgot to uncomment a test

Stephen Ficklin 6 years ago
parent
commit
a7af83e718
1 changed files with 2 additions and 2 deletions
  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.