summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/dbschema.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/dbschema.php b/tests/lib/dbschema.php
index 5d52db6a5ab..103909e2e25 100644
--- a/tests/lib/dbschema.php
+++ b/tests/lib/dbschema.php
@@ -110,7 +110,6 @@ class Test_DBSchema extends PHPUnit_Framework_TestCase {
}
$name = $result->fetchOne(); //FIXME checking with '$result->numRows() === 1' does not seem to work?
- OC_DB::raiseExceptionOnError($name);
if ($name === $table) {
return true;
} else {