Fix: Regression of return code

This commit is contained in:
Laurent Destailleur
2011-06-19 21:00:40 +00:00
parent 218583640e
commit 87cc1cc578
2 changed files with 6 additions and 7 deletions

View File

@@ -168,7 +168,6 @@ class CommonObjectTest extends PHPUnit_Framework_TestCase
$localobject=new Commande($this->savdb);
$localobject->fetch(1);
$result=$localobject->fetch_projet();
print __METHOD__." result=".$result."\n";