From 99348b2319eaf17d29a7349cf5c31af09ca146d5 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 21 Aug 2015 12:35:58 +0100 Subject: [PATCH] MDL-47494 ddmarker: Fix unit tests for 3.0 compatibility. --- question/type/ddmarker/tests/walkthrough_test.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/question/type/ddmarker/tests/walkthrough_test.php b/question/type/ddmarker/tests/walkthrough_test.php index 7f55debb165..ae2a7348f37 100644 --- a/question/type/ddmarker/tests/walkthrough_test.php +++ b/question/type/ddmarker/tests/walkthrough_test.php @@ -132,8 +132,6 @@ class qtype_ddmarker_walkthrough_test extends qbehaviour_walkthrough_test_base { $this->get_contains_hidden_expectation(2, '100,250'), $this->get_contains_hidden_expectation(3, '150,250'), $this->get_contains_try_again_button_expectation(true), - new question_pattern_expectation('/' . - preg_quote(get_string('notcomplete', 'qbehaviour_interactive'), '/') . '/'), $this->get_contains_hint_expectation('This is the first hint')); // Do try again. @@ -404,8 +402,6 @@ class qtype_ddmarker_walkthrough_test extends qbehaviour_walkthrough_test_base { $this->get_contains_submit_button_expectation(false), $this->get_contains_try_again_button_expectation(true), $this->get_does_not_contain_correctness_expectation(), - new question_pattern_expectation('/' . - preg_quote(get_string('notcomplete', 'qbehaviour_interactive'), '/') . '/'), $this->get_contains_hint_expectation('This is the first hint'), $this->get_contains_num_parts_correct(2), $this->get_contains_standard_partiallycorrect_combined_feedback_expectation(), @@ -455,8 +451,6 @@ class qtype_ddmarker_walkthrough_test extends qbehaviour_walkthrough_test_base { $this->get_contains_submit_button_expectation(false), $this->get_contains_try_again_button_expectation(true), $this->get_does_not_contain_correctness_expectation(), - new question_pattern_expectation('/' . - preg_quote(get_string('notcomplete', 'qbehaviour_interactive'), '/') . '/'), $this->get_contains_hint_expectation('This is the second hint'), $this->get_contains_num_parts_correct(2), $this->get_contains_standard_partiallycorrect_combined_feedback_expectation(), -- 2.43.0