diff --git a/html/image/logo9000.png b/html/image/logo9000.png index 1d11fb7a5..d733c0259 100644 Binary files a/html/image/logo9000.png and b/html/image/logo9000.png differ diff --git a/html/index.php b/html/index.php index 5cf6f81b4..f6ed32937 100644 --- a/html/index.php +++ b/html/index.php @@ -215,7 +215,7 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl'])) $goto=''; } ?> -
diff --git a/unit-test/include/class/card_propertyTest.php b/unit-test/include/class/card_propertyTest.php index c5da8413a..ebf5beeb4 100644 --- a/unit-test/include/class/card_propertyTest.php +++ b/unit-test/include/class/card_propertyTest.php @@ -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 "); } }