Skip to content

Commit

Permalink
Fixing failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 9, 2010
1 parent 75d7146 commit 3c3655a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cake/tests/cases/libs/html_coverage_report.test.php
Expand Up @@ -61,7 +61,7 @@ function testGetPathFilter() {
function testFilterCoverageDataByPathRemovingElements() {
$data = array(
array(
'files' => array(
'data' => array(
TEST_CAKE_CORE_INCLUDE_PATH . 'dispatcher.php' => array(
10 => -1,
12 => 1
Expand All @@ -87,15 +87,15 @@ function testFilterCoverageDataByPathRemovingElements() {
function testFilterCoverageDataCorrectlyMergingValues() {
$data = array(
array(
'files' => array(
'data' => array(
TEST_CAKE_CORE_INCLUDE_PATH . 'dispatcher.php' => array(
10 => -1,
12 => 1
),
)
),
array(
'files' => array(
'data' => array(
TEST_CAKE_CORE_INCLUDE_PATH . 'dispatcher.php' => array(
10 => 1,
12 => -1,
Expand Down

0 comments on commit 3c3655a

Please sign in to comment.