diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-20 16:58:49 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-28 20:16:01 +0200 |
commit | 4bbdd67a22fd5ac0efc6b8c9dc3e024a0af45c90 (patch) | |
tree | e840e92b371b6ad02f8608f099a1c19fa1ba3d67 /tests | |
parent | e62eb2e8d1937f1708ce7efdd6ab8a31e12c6f28 (diff) | |
download | nextcloud-server-4bbdd67a22fd5ac0efc6b8c9dc3e024a0af45c90.tar.gz nextcloud-server-4bbdd67a22fd5ac0efc6b8c9dc3e024a0af45c90.zip |
remove wrong check here
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/dbschema.php | 1 |
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 { |