]> git.mjollnir.org Git - moodle.git/commitdiff
Fix unit tests.
authortjhunt <tjhunt>
Tue, 3 Mar 2009 07:44:30 +0000 (07:44 +0000)
committertjhunt <tjhunt>
Tue, 3 Mar 2009 07:44:30 +0000 (07:44 +0000)
question/type/numerical/simpletest/testquestiontype.php
question/type/shortanswer/simpletest/testquestiontype.php

index 396e0435a36e87e6fd7a496e090f36052e8686e4..4bd9275fff2e870b4761f98b29e4a7d484bf1d28 100644 (file)
@@ -14,7 +14,7 @@ if (!defined('MOODLE_INTERNAL')) {
 
 require_once($CFG->dirroot . '/question/type/numerical/questiontype.php');
 
-class question_numerical_qtype_test extends FakeDBUnitTestCase {
+class question_numerical_qtype_test extends UnitTestCase {
     var $tolerance = 0.00000001;
     var $qtype;
 
index f9dcacd0954080d896ab29f7eaed3311d12c5183..288ec7c43259c242c2142edc882c957dc4a7f696 100644 (file)
@@ -14,7 +14,7 @@ if (!defined('MOODLE_INTERNAL')) {
 
 require_once($CFG->dirroot . '/question/type/questiontype.php');
 
-class question_shortanswer_qtype_test extends FakeDBUnitTestCase {
+class question_shortanswer_qtype_test extends UnitTestCase {
     var $qtype;
 
     function setUp() {