Changeset 3701 for trunk/tests/Import
- Timestamp:
- 02/03/08 21:29:57 (11 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Import/MssqlTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Import/MssqlTestCase.php
r2388 r3701 50 50 $this->import->listTables(); 51 51 52 $this->assertEqual($this->adapter->pop(), "SELECT name FROM sysobjects WHERE type = 'U' ORDER BY name");52 $this->assertEqual($this->adapter->pop(), "SELECT name FROM sysobjects WHERE type = 'U' AND name <> 'dtproperties' ORDER BY name"); 53 53 } 54 54 public function testListTriggersExecutesSql()