Don't test the schema export for now, first decide which format we are going to use

remotes/origin/stable6
Bart Visscher 2012-10-13 15:09:06 +07:00
parent 5686183e43
commit 8e140ae03b
1 changed files with 1 additions and 0 deletions

@ -55,6 +55,7 @@ class Test_DBSchema extends UnitTestCase {
}
public function doTestSchemaDumping() {
return;
$outfile = 'static://db_out.xml';
OC_DB::getDbStructure($outfile);
$content = file_get_contents($outfile);