From a333c85c6bde32a1fdc7929b8dde105c910c93c4 Mon Sep 17 00:00:00 2001 From: romanb Date: Sat, 30 May 2009 12:08:15 +0000 Subject: [PATCH] [2.0] Small cleanups --- tests/Doctrine/Tests/OrmFunctionalTestCase.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/Doctrine/Tests/OrmFunctionalTestCase.php b/tests/Doctrine/Tests/OrmFunctionalTestCase.php index 042b99fcf..a53335fb6 100644 --- a/tests/Doctrine/Tests/OrmFunctionalTestCase.php +++ b/tests/Doctrine/Tests/OrmFunctionalTestCase.php @@ -107,11 +107,7 @@ class OrmFunctionalTestCase extends OrmTestCase } } if ($classes) { - //try { - $this->_schemaTool->createSchema($classes); - //} catch (\Exception $e) { - // Swallow all exceptions. We do not test the schema tool here. - //} + $this->_schemaTool->createSchema($classes); } }