From 8e140ae03bc4aa886c2e2386d106fd89ff2d302b Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Sat, 13 Oct 2012 15:09:06 +0200
Subject: [PATCH] Don't test the schema export for now, first decide which
 format we are going to use

---
 tests/lib/dbschema.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/lib/dbschema.php b/tests/lib/dbschema.php
index cd408160af..becfe9edf4 100644
--- a/tests/lib/dbschema.php
+++ b/tests/lib/dbschema.php
@@ -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);
-- 
GitLab