diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-29 18:19:31 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-29 18:19:31 +0200 |
commit | 5ed38a75d64c06d923a580175f6ab732234694a1 (patch) | |
tree | 07fbe359a6c3dbfd7bc587d4a06020be1169df96 /tests/lib/dbschema.php | |
parent | 3ef680d96623eb6350015843f56b55b593a053bd (diff) | |
download | nextcloud-server-5ed38a75d64c06d923a580175f6ab732234694a1.tar.gz nextcloud-server-5ed38a75d64c06d923a580175f6ab732234694a1.zip |
Remove remainings of mssql
Diffstat (limited to 'tests/lib/dbschema.php')
-rw-r--r-- | tests/lib/dbschema.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/dbschema.php b/tests/lib/dbschema.php index cfaebec079e..97307664b6a 100644 --- a/tests/lib/dbschema.php +++ b/tests/lib/dbschema.php @@ -47,9 +47,6 @@ class Test_DBSchema extends \Test\TestCase { */ public function testSchema() { $platform = \OC_DB::getConnection()->getDatabasePlatform(); - if ($platform instanceof \Doctrine\DBAL\Platforms\SQLServerPlatform) { - $this->markTestSkipped("Test not relevant on MSSQL"); - } $this->doTestSchemaCreating(); $this->doTestSchemaChanging(); $this->doTestSchemaDumping(); |