Corrected test

This commit is contained in:
Marcos García de La Fuente 2014-07-18 03:52:30 +02:00
parent f7c1203d4c
commit 0c4a3b23af

View File

@ -305,7 +305,7 @@ class CategorieTest extends PHPUnit_Framework_TestCase
$localobject=new Categorie($this->savdb);
$result=$localobject->fetch($id);
$result=$localobject->delete($id);
$result=$localobject->delete($user);
print __METHOD__." id=".$id." result=".$result."\n";
$this->assertGreaterThan(0, $result);