From efdb676e84b19b5a52c9af074e0c50783c0c1241 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 12 Feb 2013 10:03:29 +0100 Subject: [PATCH] MDL-37893 Take rid of old comment. --- backup/util/xml/parser/tests/parser_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/util/xml/parser/tests/parser_test.php b/backup/util/xml/parser/tests/parser_test.php index 37ffb805d94..39bf2d75a7c 100644 --- a/backup/util/xml/parser/tests/parser_test.php +++ b/backup/util/xml/parser/tests/parser_test.php @@ -717,7 +717,7 @@ class progressive_parser_test extends advanced_testcase { $this->assertEquals(count($allnotifs), count($snotifs) + count($enotifs) + count($chunks)); // Check integrity of the notifications. $errcount = $this->helper_check_notifications_order_integrity($allnotifs); - $this->assertEquals(0, $errcount); // This fails at the moment. + $this->assertEquals(0, $errcount); } /** -- 2.11.4.GIT