From 01772f9b9ef422d5a41e5b1a445608047bab3426 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 25 Jun 2007 20:59:42 +0000 Subject: [PATCH] --- tests/run.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/run.php b/tests/run.php index 95a81d5c3..d0b6f1f13 100644 --- a/tests/run.php +++ b/tests/run.php @@ -72,7 +72,7 @@ $test = new GroupTest('Doctrine Framework Unit Tests'); $test->addTestCase(new Doctrine_Ticket330_TestCase()); */ - /** */ + // Connection drivers (not yet fully tested) $test->addTestCase(new Doctrine_Connection_Pgsql_TestCase()); $test->addTestCase(new Doctrine_Connection_Oracle_TestCase()); @@ -160,7 +160,6 @@ $test->addTestCase(new Doctrine_Table_TestCase()); $test->addTestCase(new Doctrine_UnitOfWork_TestCase()); -$test->addTestCase(new Doctrine_Connection_Transaction_TestCase()); //$test->addTestCase(new Doctrine_Collection_TestCase()); // Relation handling @@ -257,7 +256,6 @@ $test->addTestCase(new Doctrine_Record_TestCase()); $test->addTestCase(new Doctrine_Query_Having_TestCase()); - $test->addTestCase(new Doctrine_RawSql_TestCase()); $test->addTestCase(new Doctrine_Query_Orderby_TestCase());