[gnumeric] Tests: adjust bitwise test for new test sheet.



commit 074c67bae98984d01ef2eea9a6d6dc28af6f1b29
Author: Morten Welinder <terra gnome org>
Date:   Sun Feb 6 16:34:51 2022 -0500

    Tests: adjust bitwise test for new test sheet.

 test/t1010-bitwise.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/t1010-bitwise.pl b/test/t1010-bitwise.pl
index 04189cb11..762768345 100755
--- a/test/t1010-bitwise.pl
+++ b/test/t1010-bitwise.pl
@@ -7,4 +7,4 @@ use GnumericTest;
 
 my $file = "bitwise.xls";
 &message ("Check that $file evaluates correctly.");
-&test_sheet_calc ("$samples/excel/$file", "B3:B99", sub { /^(\s*Success)+\s*$/i });
+&test_sheet_calc ("$samples/excel/$file", "B2", sub { $_ == 0 });


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