From 801012aaaf3c8b98b62746a01391425ab311dd45 Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Tue, 31 Jan 2012 15:32:13 +0700 Subject: [PATCH] MDL-47494 gapselect: NOBUG fixing unit tests related to change in default for hint format --- question/type/gapselect/simpletest/testquestiontype.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/question/type/gapselect/simpletest/testquestiontype.php b/question/type/gapselect/simpletest/testquestiontype.php index 4b81229978f..c3e14acd678 100755 --- a/question/type/gapselect/simpletest/testquestiontype.php +++ b/question/type/gapselect/simpletest/testquestiontype.php @@ -180,11 +180,11 @@ class qtype_gapselect_test extends UnitTestCase { Gamma 1 - + Try again. - + These are the first three letters of the Greek alphabet. @@ -228,7 +228,6 @@ class qtype_gapselect_test extends UnitTestCase { 'format' => FORMAT_MOODLE, 'files' => array())); $expectedq->hintshownumcorrect = array(true, true); $expectedq->hintclearwrong = array(false, true); - $this->assert(new CheckSpecifiedFieldsExpectation($expectedq), $q); $this->assertEqual($expectedq->hint, $q->hint); } -- 2.43.0