From a95c68a1885fd69d34afa1fa594da4a6530ad723 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Fri, 25 Jul 2008 06:56:33 +0000 Subject: [PATCH] MDL-15808 changed prefix to tst_ and added dboptions --- lib/simpletest/fixtures/gradetest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simpletest/fixtures/gradetest.php b/lib/simpletest/fixtures/gradetest.php index 43e3422b6c..ee02310d43 100644 --- a/lib/simpletest/fixtures/gradetest.php +++ b/lib/simpletest/fixtures/gradetest.php @@ -88,7 +88,7 @@ class grade_test extends UnitTestCase { if (is_null(grade_test::$db)) { $this->realdb = $DB; grade_test::$db = moodle_database::get_driver($CFG->dbtype, $CFG->dblibrary); - grade_test::$db->connect($CFG->dbhost, $CFG->dbuser, $CFG->dbpass, $CFG->dbname, $CFG->dbpersist, "mdl_unittest_"); + grade_test::$db->connect($CFG->dbhost, $CFG->dbuser, $CFG->dbpass, $CFG->dbname, $CFG->dbpersist, "tst_", $CFG->dboptions); } $DB = grade_test::$db; -- 2.39.5