Fix: remove obsolete test
This commit is contained in:
parent
0d05569037
commit
2138f2290b
@ -227,10 +227,6 @@ class SocieteTest extends PHPUnit_Framework_TestCase
|
|||||||
$langs=$this->savlangs;
|
$langs=$this->savlangs;
|
||||||
$db=$this->savdb;
|
$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();
|
$result=$localobject->set_as_client();
|
||||||
print __METHOD__." id=".$localobject->id." result=".$result."\n";
|
print __METHOD__." id=".$localobject->id." result=".$result."\n";
|
||||||
$this->assertLessThan($result, 0);
|
$this->assertLessThan($result, 0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user