[gnumeric] bitwise: add tests for shift operations.



commit 66527417a9ace817353be9b7aeb203d5cfd0eef6
Author: Morten Welinder <terra gnome org>
Date:   Mon Feb 7 18:27:50 2022 -0500

    bitwise: add tests for shift operations.

 samples/excel/bitwise.xls | Bin 3934 -> 4959 bytes
 test/t1010-bitwise.pl     |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/samples/excel/bitwise.xls b/samples/excel/bitwise.xls
index 004f2a3a0..ba5d015ba 100644
Binary files a/samples/excel/bitwise.xls and b/samples/excel/bitwise.xls differ
diff --git a/test/t1010-bitwise.pl b/test/t1010-bitwise.pl
index 762768345..240e9264d 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", "B2", sub { $_ == 0 });
+&test_sheet_calc ("$samples/excel/$file", "Summary!C5", sub { $_ == 0 });


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