remove wrong check here

This commit is contained in:
Jörn Friedrich Dreyer
2013-06-20 16:58:49 +02:00
parent e62eb2e8d1
commit 4bbdd67a22

View 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 {