Commit de165179 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 281acef5
...@@ -89,7 +89,7 @@ class Doctrine_Query_MultiJoin2_TestCase extends Doctrine_UnitTestCase ...@@ -89,7 +89,7 @@ class Doctrine_Query_MultiJoin2_TestCase extends Doctrine_UnitTestCase
$categories[0]->subCategories; $categories[0]->subCategories;
$this->assertEqual($queryCount + 1, $this->connection->count()); $this->assertEqual($queryCount + 1, $this->connection->count());
} catch (Doctrine_Exception $e) { } catch (Doctrine_Exception $e) {
$this->fail(); $this->fail($e->getMessage());
} }
} }
...@@ -109,7 +109,7 @@ class Doctrine_Query_MultiJoin2_TestCase extends Doctrine_UnitTestCase ...@@ -109,7 +109,7 @@ class Doctrine_Query_MultiJoin2_TestCase extends Doctrine_UnitTestCase
->execute(array(), Doctrine::FETCH_ARRAY); ->execute(array(), Doctrine::FETCH_ARRAY);
$this->pass(); $this->pass();
} catch (Doctrine_Exception $e) { } catch (Doctrine_Exception $e) {
$this->fail(); $this->fail($e->getMessage());
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment