add proper prefix for migration tests

This commit is contained in:
Morris Jobke 2014-12-23 11:05:49 +01:00
parent dbc465de97
commit 6fd1a9563e
1 changed files with 1 additions and 1 deletions

View File

@ -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() {