remove wrong check here

remotes/origin/stable6
Jörn Friedrich Dreyer 13 years ago
parent e62eb2e8d1
commit 4bbdd67a22
  1. 1
      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 {

Loading…
Cancel
Save