Commit f482ce3f authored by Lukas Kahwe Smith's avatar Lukas Kahwe Smith

fixed mssql test to expect that savepoints are supported

parent c53b9a6f
......@@ -127,7 +127,7 @@ DDB;
public function testDoesNotSupportSavePoints()
{
$this->assertFalse($this->_platform->supportsSavepoints());
$this->assertTrue($this->_platform->supportsSavepoints());
}
public function getGenerateIndexSql()
......
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