Skip to content

Commit

Permalink
Making theme test more flexible so it passes after recent changes in …
Browse files Browse the repository at this point in the history
…templates
  • Loading branch information
lorenzo committed Sep 18, 2011
1 parent 8d43764 commit a2daa39
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 + 3500, $end);
$this->assertLessThanOrEqual($start + 4000, $end);
}
}

0 comments on commit a2daa39

Please sign in to comment.