Browse Source

Activated the __destruct to delete the course CT#191

Arthur Portugal 15 years ago
parent
commit
5fb3405bd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/main/gradebook/lib/be/exerciselink.class.test.php

+ 1 - 1
tests/main/gradebook/lib/be/exerciselink.class.test.php

@@ -139,7 +139,7 @@ class TestExerciseLink extends UnitTestCase {
 
 	public function __destruct() {
 		// The destructor acts like a global tearDown for the class			
-		//require_once api_get_path(SYS_TEST_PATH).'teardown.inc.php';			
+		require_once api_get_path(SYS_TEST_PATH).'teardown.inc.php';			
 	}
 }
 ?>