diff --git a/tests/all.test2.php b/tests/all.test2.php index 9ea6b5a709..02781aeedf 100755 --- a/tests/all.test2.php +++ b/tests/all.test2.php @@ -45,9 +45,9 @@ class AllTests2 extends TestSuite { $this->addTestFile(dirname(__FILE__).'/main/exercice/hotpotatoes.lib.test.php'); $this->addTestFile(dirname(__FILE__).'/main/newscorm/scorm.lib.test.php'); $this->addTestFile(dirname(__FILE__).'/main/survey/survey.lib.test.php'); - $this->addTestFile(dirname(__FILE__).'/main/user/userInfoLib.test.php'); - $this->addTestFile(dirname(__FILE__).'/main/webservices/user_import/import.lib.test.php'); - $this->addTestFile(dirname(__FILE__).'/main/work/work.lib.test.php'); + $this->addTestFile(dirname(__FILE__).'/main/user/userInfoLib.test.php'); + $this->addTestFile(dirname(__FILE__).'/main/webservices/user_import/import.lib.test.php'); + $this->addTestFile(dirname(__FILE__).'/main/work/work.lib.test.php'); $this->addTestFile(dirname(__FILE__).'/main/install/install_upgrade.lib.test.php'); }