]> git.mjollnir.org Git - moodle.git/commitdiff
Remove invalid unit test.
authortjhunt <tjhunt>
Fri, 1 Jun 2007 13:52:36 +0000 (13:52 +0000)
committertjhunt <tjhunt>
Fri, 1 Jun 2007 13:52:36 +0000 (13:52 +0000)
question/type/numerical/simpletest/testquestiontype.php

index 4cb1bb16336ef267d6170782bf4ed800ca0801f6..302ac749df12d6e65abd9275dd1710193bd7105e 100644 (file)
@@ -106,8 +106,6 @@ class question_numerical_qtype_test extends UnitTestCase {
         $this->qtype->get_tolerance_interval($answer);
         $this->assertWithinMargin($answer->min, 0, $this->tolerance);
         $this->assertWithinMargin($answer->max, 0, $this->tolerance);
-        $this->assertTrue($answer->max - $answer->min > 0);
-        
 
         $answer = new stdClass; // Test default type nominal.
         $answer->tolerance = 1.0;