Removed debug output
Dieser Commit ist enthalten in:
Ursprung
2e71e16502
Commit
3bb862caa8
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -410,7 +410,6 @@ class SqlController extends Zend_Controller_Action
|
|||
// process one query
|
||||
try {
|
||||
$res = $this->_db->query($statements[0], Msd_Db::ARRAY_ASSOC);
|
||||
print_r($res);
|
||||
$this->view->resultset = $res;
|
||||
} catch (Exception $e) {
|
||||
$this->view->errorMessage = $e->getMessage();
|
||||
|
|
|
@ -36,7 +36,7 @@ if (get_current_user() != 'root') {
|
|||
$this->markTestIncomplete('This test can not be run as user root.');
|
||||
return;
|
||||
}
|
||||
$this->chmod(0400);
|
||||
$this->chmod(0400, $this->_testFile);
|
||||
$this->validator->setOptions(array('accessTypes' => "write"));
|
||||
$this->assertEquals(false, $this->validator->isValid($this->_testFile));
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren