[gnumeric] t1900: check the correct result cell.



commit 8477b79c076dd036446bb5743e5ee6ccb6470803
Author: Morten Welinder <terra gnome org>
Date:   Wed Mar 9 09:55:42 2022 -0500

    t1900: check the correct result cell.
    
    Test currently fails due to either a problem in LARGE or a problem
    in the test.

 test/t1900-array.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/t1900-array.pl b/test/t1900-array.pl
index 235d20888..58ccadd6f 100755
--- a/test/t1900-array.pl
+++ b/test/t1900-array.pl
@@ -7,4 +7,4 @@ use GnumericTest;
 
 my $file = "arrays.xls";
 &message ("Check that $file evaluates correctly.");
-&test_sheet_calc ("$samples/$file", "Summary!B2", sub { /TRUE/ });
+&test_sheet_calc ("$samples/$file", "Summary!B1", sub { /TRUE/ });


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