Skip to content

Commit

Permalink
Typo in last commit. Making flexible the range for memory usage in th…
Browse files Browse the repository at this point in the history
…eme view after changing internal templates
  • Loading branch information
lorenzo committed Sep 18, 2011
1 parent a2daa39 commit 8ccf904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/View/ThemeViewTest.php
Expand Up @@ -258,6 +258,6 @@ public function testMemoryLeakInPaths() {
$View->element('test_element');
}
$end = memory_get_usage();
$this->assertLessThanOrEqual($start + 4000, $end);
$this->assertLessThanOrEqual($start + 4500, $end);
}
}

0 comments on commit 8ccf904

Please sign in to comment.