Browse Source

Removed the function delete course, this is not the last file CT#191

Arthur Portugal 15 years ago
parent
commit
f98d2cd98d
1 changed files with 2 additions and 3 deletions
  1. 2 3
      tests/main/install/install_upgrade.lib.test.php

+ 2 - 3
tests/main/install/install_upgrade.lib.test.php

@@ -1,5 +1,4 @@
 <?php
-require_once(api_get_path(LIBRARY_PATH).'course.lib.php');
 
 class TestInstallUpgrade extends UnitTestCase{
 
@@ -108,12 +107,12 @@ class TestInstallUpgrade extends UnitTestCase{
 		$this->assertTrue(is_array($res));		
 	}
 	
-	
+	/*
 	public function testDeleteCourse() {
 		global $cidReq;			
 		$resu = CourseManager::delete_course($cidReq);
 		session_destroy();			
-	}
+	}*/
 	
 	
 }