From 4a2ebb333d239b58c19d09ee88646fa0e32e71ed Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 16 Apr 2007 02:02:27 +0000 Subject: Updates to db stuff, removed js build from build.xml (no longer necessary) --- tests/simple_unit/TableGateway/BaseGatewayTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_unit/TableGateway/BaseGatewayTest.php') diff --git a/tests/simple_unit/TableGateway/BaseGatewayTest.php b/tests/simple_unit/TableGateway/BaseGatewayTest.php index 825f2d0e..ff7a58b0 100644 --- a/tests/simple_unit/TableGateway/BaseGatewayTest.php +++ b/tests/simple_unit/TableGateway/BaseGatewayTest.php @@ -88,7 +88,7 @@ class BaseGatewayTest extends UnitTestCase } function delete_all() { - $this->getGateway()->deleteAll('true'); + $this->getGateway()->deleteAll('1=1'); } } ?> \ No newline at end of file -- cgit v1.2.3