]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove wrong check here
authorJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 20 Jun 2013 14:58:49 +0000 (16:58 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 28 Jun 2013 18:16:01 +0000 (20:16 +0200)
tests/lib/dbschema.php

index 5d52db6a5abdd7de56b32e36fad42be79cb40bc0..103909e2e2581cd0724781781e544759fb1a4c04 100644 (file)
@@ -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 {