Changeset 3701 for trunk/tests/Import

Show
Ignore:
Timestamp:
02/03/08 21:29:57 (11 months ago)
Author:
romanb
Message:

Merged r3518:r3700 from branch to trunk. Branch to be deleted, soon. Development continues in trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Import/MssqlTestCase.php

    r2388 r3701  
    5050        $this->import->listTables(); 
    5151         
    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"); 
    5353    } 
    5454    public function testListTriggersExecutesSql()