mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 02:34:10 -04:00
Remove debug code.
This commit is contained in:
@@ -139,7 +139,6 @@ class Item_Model_Test extends Gallery_Unit_Test_Case {
|
||||
|
||||
try {
|
||||
$item->name = $item2->name;
|
||||
print "SAVE\n";
|
||||
$item->save();
|
||||
} catch (ORM_Validation_Exception $e) {
|
||||
$this->assert_true(in_array("conflict", $e->validation->errors()));
|
||||
|
||||
Reference in New Issue
Block a user