Last detail : logo , fix unit test file

This commit is contained in:
sparkyx 2023-02-07 16:35:25 +01:00
parent a3238a22f9
commit 743efc3223
3 changed files with 4 additions and 2 deletions

View file

@ -261,7 +261,8 @@ class Card_PropertyTest extends TestCase
\Noalyss\Facility::save_file(__DIR__."/file",$file_result,var_export($result,true));
$this->assertFileEquals(__DIR__."/file/$file_target",__DIR__."/file/$file_result","Card_Property::build_input failed");
*/
$this->assertEquals("600",$result["input"]->value," Accounting incorrect ");
$expected=$g_connection->get_value("select fd_class_base from fiche_def where fd_id=$1",[2]);
$this->assertEquals($expected,$result["input"]->value," Accounting incorrect ");
}
}