noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/03: PHPUNIT : improve test


From: dwm
Subject: [Noalyss-commit] [noalyss] 02/03: PHPUNIT : improve test
Date: Sat, 8 Jul 2023 12:36:36 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 678e36fa79f0366522384b25e3523536006765bf
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Jul 5 17:34:36 2023 +0200

    PHPUNIT : improve test
---
 unit-test/include/class/acc_ledger_searchTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unit-test/include/class/acc_ledger_searchTest.php 
b/unit-test/include/class/acc_ledger_searchTest.php
index 30d1615c3..f4c3be247 100644
--- a/unit-test/include/class/acc_ledger_searchTest.php
+++ b/unit-test/include/class/acc_ledger_searchTest.php
@@ -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==9685||$filesize==9685,"Size of the html 
string for display_search_form see "
+        $this->assertTrue($filesize==9685||$filesize==9678,"Size of the html 
string for display_search_form see "
                 . 
__DIR__."/file/acc_ledger_search-test_display_search_form.html ");
     }
     /**



reply via email to

[Prev in Thread] Current Thread [Next in Thread]