From 2138f2290bd2869f01ca21eb5d23707a05185695 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 23 Nov 2011 08:23:10 +0100 Subject: [PATCH] Fix: remove obsolete test --- test/phpunit/SocieteTest.php | 4 ---- 1 file changed, 4 deletions(-) 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);