1
0
mirror of synced 2025-01-29 19:41:45 +03:00
This commit is contained in:
zYne 2006-12-02 20:51:26 +00:00
parent edddb0c86a
commit 127ad3a903
2 changed files with 6 additions and 6 deletions

View File

@ -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);

View File

@ -123,7 +123,7 @@ print '<pre>';
$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());