noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/07: Task #2092 : select range


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/07: Task #2092 : select range
Date: Thu, 2 Dec 2021 11:45:04 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 3b2bac40457ba53857bf03156555ff75cb39b99f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Dec 2 16:42:13 2021 +0100

    Task #2092 : select range
---
 unit-test/include/class/acc_ledger.Test.php | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/unit-test/include/class/acc_ledger.Test.php 
b/unit-test/include/class/acc_ledger.Test.php
index cda058e..92b89ec 100644
--- a/unit-test/include/class/acc_ledger.Test.php
+++ b/unit-test/include/class/acc_ledger.Test.php
@@ -819,11 +819,10 @@ class Acc_LedgerTest extends TestCase
         $this->object->set_ledger_id(4);
         $this->object->input_new();
         $result=ob_get_contents();
-        \Noalyss\Facility::save_file(__DIR__."/file", 
"acc_ledgder-input_new.html", $result);
-        $size=filesize(__DIR__."/file/acc_ledgder-input_new.html");
-        echo "size is [$size]";
-        
-        $this->assertEquals(15063,$size," output input_new is not what it is 
expected");
+        \Noalyss\Facility::save_file(__DIR__."/file", 
"acc_ledger-input_new.html", $result);
+        $size=filesize(__DIR__."/file/acc_ledger-input_new.html");
+                
+        $this->assertEquals(16348,$size," output input_new is not what it is 
expected");
     }
 
     /**



reply via email to

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