MDL-37893 Take rid of old comment.

This commit is contained in:
Eloy Lafuente (stronk7)
2013-02-12 10:04:48 +01:00
parent 79cccda3a9
commit dafe3db606
+1 -1
View File
@@ -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);
}
/**