MDL-37894 Amend tests with new openclose rule.

This commit is contained in:
Eloy Lafuente (stronk7) 2013-02-20 01:36:20 +01:00
parent 349c224817
commit 3b00c13bf1

View File

@ -153,7 +153,8 @@ class quizaccess_openclosedate_testcase extends basic_testcase {
$rule = new quizaccess_openclosedate($quizobj, 9999);
$this->assertEquals($rule->description(),
array(get_string('quiznotavailable', 'quizaccess_openclosedate', userdate(10000))));
array(get_string('quiznotavailable', 'quizaccess_openclosedate', userdate(10000)),
get_string('quizcloseson', 'quiz', userdate(20000))));
$this->assertEquals($rule->prevent_access(),
get_string('notavailable', 'quizaccess_openclosedate'));
$this->assertFalse($rule->prevent_new_attempt(0, $attempt));