From 0f0d3c62e608287cdf77f1a3239371b521ecb40b Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 14 Apr 2007 05:02:29 +0000 Subject: Refactor ActiveRecordGateway to use TDataGatewayCommand --- tests/simple_unit/ActiveRecord/SqliteTestCase.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/simple_unit/ActiveRecord/SqliteTestCase.php') diff --git a/tests/simple_unit/ActiveRecord/SqliteTestCase.php b/tests/simple_unit/ActiveRecord/SqliteTestCase.php index b2d21ef1..94af6200 100644 --- a/tests/simple_unit/ActiveRecord/SqliteTestCase.php +++ b/tests/simple_unit/ActiveRecord/SqliteTestCase.php @@ -16,12 +16,6 @@ class SqliteTestCase extends UnitTestCase $user = $finder->findByPk('test'); $this->assertNotNull($user); } - - function test_get_pk() - { - $meta = TActiveRecordManager::getInstance()->getMetaData('SqliteUsers'); - $this->assertEqual(array('username'), $meta->PrimaryKeys); - } } ?> \ No newline at end of file -- cgit v1.2.3