Browse Source

Un-skipping test that passes in SQLServer

Some recent refactoring made this feature works as it does for Mysql
and Sqlite.

Closes #5840
Jose Lorenzo Rodriguez 11 years ago
parent
commit
58ffc08d65
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tests/TestCase/Database/QueryTest.php

+ 0 - 4
tests/TestCase/Database/QueryTest.php

@@ -1472,10 +1472,6 @@ class QueryTest extends TestCase
      */
      */
     public function testSelectDistinctON()
     public function testSelectDistinctON()
     {
     {
-        $this->skipIf(
-            $this->connection->driver() instanceof \Cake\Database\Driver\Sqlserver,
-            'Not implemented yet in SqlServer'
-        );
         $query = new Query($this->connection);
         $query = new Query($this->connection);
         $result = $query
         $result = $query
             ->select(['id', 'author_id'])
             ->select(['id', 'author_id'])