Skip to content

Commit

Permalink
MDL-37893 Take rid of old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 12, 2013
1 parent b57f62c commit a3cdb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/util/xml/parser/tests/parser_test.php
Expand Up @@ -717,7 +717,7 @@ function test_grouped_at_empty_node() {
$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);
}

/**
Expand Down

0 comments on commit a3cdb2b

Please sign in to comment.