diff --git a/test/phpunit/SocieteTest.php b/test/phpunit/SocieteTest.php index d61d3f26a66..5c41576dd75 100755 --- a/test/phpunit/SocieteTest.php +++ b/test/phpunit/SocieteTest.php @@ -227,10 +227,6 @@ class SocieteTest extends PHPUnit_Framework_TestCase $langs=$this->savlangs; $db=$this->savdb; - $result=$localobject->factures_impayes(); - print __METHOD__." id=".$localobject->id." result=".join(',',$result)."\n"; - //$this->assertLessThan($result, 0); - $result=$localobject->set_as_client(); print __METHOD__." id=".$localobject->id." result=".$result."\n"; $this->assertLessThan($result, 0);