diff --git a/tests/DriverTestCase.php b/tests/DriverTestCase.php index 2757425ef..a9afa4ab3 100644 --- a/tests/DriverTestCase.php +++ b/tests/DriverTestCase.php @@ -105,7 +105,7 @@ class Doctrine_Driver_UnitTestCase extends UnitTestCase { $this->transaction = new $tx($this->conn); if(class_exists($dataDict)) { $this->dataDict = new $dataDict($this->conn); - } + } //$this->dataDict = $this->conn->dataDict; } else { $this->export = new Doctrine_Export($this->conn); diff --git a/tests/run.php b/tests/run.php index e6907a220..3358c8cc9 100644 --- a/tests/run.php +++ b/tests/run.php @@ -123,7 +123,7 @@ print '
';
 
 $test = new GroupTest('Doctrine Framework Unit Tests');
 
-/**
+ /**
 $test->addTestCase(new Doctrine_Export_Sqlite_TestCase());
 
 foreach($drivers as $driver) {
@@ -133,6 +133,7 @@ foreach($drivers as $driver) {
 }
 
 
+
 $test->addTestCase(new Doctrine_Connection_Mysql_TestCase());
 
 $test->addTestCase(new Doctrine_Export_Mysql_TestCase());
@@ -145,9 +146,8 @@ $test->addTestCase(new Doctrine_Export_Firebird_TestCase());
 
 
 $test->addTestCase(new Doctrine_Configurable_TestCase());
-*/
-
 
+ */
 
 
 $test->addTestCase(new Doctrine_Transaction_TestCase());
@@ -164,8 +164,9 @@ $test->addTestCase(new Doctrine_Transaction_Sqlite_TestCase());
 
 $test->addTestCase(new Doctrine_Transaction_Mssql_TestCase());
 
+$test->addTestCase(new Doctrine_Relation_ManyToMany_TestCase());
 
-//$test->addTestCase(new Doctrine_Relation_ManyToMany_TestCase());
+$test->addTestCase(new Doctrine_PessimisticLockingTestCase());
 
 $test->addTestCase(new Doctrine_BooleanTestCase());
 
@@ -208,7 +209,6 @@ $test->addTestCase(new Doctrine_BatchIteratorTestCase());
 
 //$test->addTestCase(new Doctrine_Collection_Offset_TestCase());
 
-$test->addTestCase(new Doctrine_PessimisticLockingTestCase());
 
 $test->addTestCase(new Doctrine_ViewTestCase());