From ebdfbcb779e2dafaefd9a9f3f10348fb09815bcf Mon Sep 17 00:00:00 2001
From: zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Date: Sat, 26 May 2007 17:12:55 +0000
Subject: [PATCH]

---
 tests/CollectionTestCase.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/CollectionTestCase.php b/tests/CollectionTestCase.php
index ecec4662e..6289cc128 100644
--- a/tests/CollectionTestCase.php
+++ b/tests/CollectionTestCase.php
@@ -98,7 +98,7 @@ class Doctrine_Collection_TestCase extends Doctrine_UnitTestCase
         $this->assertEqual($coll->count(), 1);
         $this->assertEqual($coll[0]->name, 'zYne');
     }
-    */
+
 
     public function testLoadRelatedForNormalAssociation() 
     {
@@ -130,7 +130,7 @@ class Doctrine_Collection_TestCase extends Doctrine_UnitTestCase
         $this->assertEqual($resource[1]->Type[1]->type, 'type 4');
         $this->assertEqual(($count + 1), $this->dbh->count());
     }
-
+         */
     public function testAdd() 
     {
         $coll = new Doctrine_Collection($this->objTable);
@@ -232,7 +232,7 @@ class Doctrine_Collection_TestCase extends Doctrine_UnitTestCase
     }
     public function testExpand() 
     {
-        $users = $this->connection->query("FROM User-b.Phonenumber-l WHERE User.Phonenumber.phonenumber LIKE '%123%'");
+        $users = $this->connection->query("FROM User.Phonenumber WHERE User.Phonenumber.phonenumber LIKE '%123%'");
 
         $this->assertTrue($users instanceof Doctrine_Collection_Batch);
         $this->assertTrue($users[1] instanceof User);