From 685678e337b0316b8e49163de313c72663b2a24f Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 2 Apr 2010 18:05:28 -0500 Subject: [PATCH] Testing - Further improvements (no need to load already-loaded library) --- tests/main/inc/lib/glossary.lib.test.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/main/inc/lib/glossary.lib.test.php b/tests/main/inc/lib/glossary.lib.test.php index 75e0a95a32..ff42cd76f1 100755 --- a/tests/main/inc/lib/glossary.lib.test.php +++ b/tests/main/inc/lib/glossary.lib.test.php @@ -5,13 +5,12 @@ class TestGlossary extends UnitTestCase { public function __construct() { $this->UnitTestCase('Glossary library tests'); - //build a course - require_once api_get_path(SYS_TEST_PATH).'test_manager.inc.php'; - TestManager::create_test_course(); + //build a course for these tests + TestManager::create_test_course('COURSEGLOSSARY'); } public function __destruct() { - TestManager::delete_test_course(); + TestManager::delete_test_course('COURSEGLOSSARY'); } function testGetGlossaryTerms() {