Skip to content

Commit

Permalink
Un-skipping test that passes in SQLServer
Browse files Browse the repository at this point in the history
Some recent refactoring made this feature works as it does for Mysql
and Sqlite.

Closes #5840
  • Loading branch information
lorenzo committed Mar 3, 2015
1 parent 5b6afa3 commit 58ffc08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/TestCase/Database/QueryTest.php
Expand Up @@ -1472,10 +1472,6 @@ public function testSelectDistinct()
*/
public function testSelectDistinctON()
{
$this->skipIf(
$this->connection->driver() instanceof \Cake\Database\Driver\Sqlserver,
'Not implemented yet in SqlServer'
);
$query = new Query($this->connection);
$result = $query
->select(['id', 'author_id'])
Expand Down

0 comments on commit 58ffc08

Please sign in to comment.