Skip to content
Snippets Groups Projects
Commit 6fd1a956 authored by Morris Jobke's avatar Morris Jobke
Browse files

add proper prefix for migration tests

parent dbc465de
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class Migrator extends \Test\TestCase {
$this->markTestSkipped('DB migration tests are not supported on MSSQL');
}
$this->manager = new \OC\DB\MDB2SchemaManager($this->connection);
$this->tableName = strtolower($this->getUniqueID('test_'));
$this->tableName = strtolower($this->getUniqueID('oc_test_'));
}
protected function tearDown() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment