Fix: try invert test
This commit is contained in:
parent
0a72aeca88
commit
0c142594be
@ -134,7 +134,7 @@ class CommandeFournisseurTest extends PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
print __METHOD__." result=".$result."\n";
|
print __METHOD__." result=".$result."\n";
|
||||||
//$this->assertLessThan($result, 0);
|
//$this->assertLessThan($result, 0);
|
||||||
$this->assertGreaterThanOrEqual(-1, $result); // for avoid error if supplier price not exist
|
$this->assertLessThanOrEqual(-1, $result); // for avoid error if supplier price not exist
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user