Fixing tests failing in ThemeView test as they were not expecting exceptions that should be expected.

This commit is contained in:
mark_story 2010-07-14 23:16:05 -04:00
parent 65c235023d
commit ab0f21f939

View file

@ -242,6 +242,7 @@ class ThemeViewTest extends CakeTestCase {
/**
* testMissingView method
*
* @expectedException MissingViewException
* @access public
* @return void
*/
@ -264,6 +265,8 @@ class ThemeViewTest extends CakeTestCase {
/**
* testMissingLayout method
*
* @expectedException MissingLayoutException
* @access public
* @return void
*/