PHPUnit : update test

This commit is contained in:
sparkyx 2024-08-19 20:49:41 +02:00
parent 9ed7fe540e
commit e279559f7d
3 changed files with 2 additions and 2 deletions

View file

@ -899,7 +899,7 @@ class Acc_LedgerTest extends TestCase
ob_end_clean();
\Noalyss\Facility::save_file(__DIR__."/file", "acc_ledger-input_new.html", $result);
$size=filesize(__DIR__."/file/acc_ledger-input_new.html");
$this->assertTrue($size == 15653 ," output input_new is not what it is expected");
$this->assertTrue($size == 15664 ," output input_new is not what it is expected");
}

View file

@ -89,7 +89,7 @@ class Acc_Ledger_searchTest extends TestCase
$r=$ledger->display_search_form();
\Noalyss\Facility::save_file(__DIR__."/file", "acc_ledger_search-test_display_search_form.html", $r);
$filesize=strlen($r);
$this->assertTrue($filesize==11288,"Size of the html string for display_search_form see "
$this->assertTrue($filesize==10966,"Size of the html string for display_search_form see "
. __DIR__."/file/acc_ledger_search-test_display_search_form.html ");
}
/**