[gnumeric] tests: improve intersection tests
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] tests: improve intersection tests
- Date: Wed, 1 Jul 2020 00:58:03 +0000 (UTC)
commit 97757f7bacc60a8974e3fbd9ddf74032ee0dcbee
Author: Morten Welinder <terra gnome org>
Date: Tue Jun 30 20:52:59 2020 -0400
tests: improve intersection tests
samples/intersection-tests.gnumeric | Bin 2819 -> 3042 bytes
test/t1903-intersection-tests.pl | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/samples/intersection-tests.gnumeric b/samples/intersection-tests.gnumeric
index 39313f4cc..bdd4ee083 100644
Binary files a/samples/intersection-tests.gnumeric and b/samples/intersection-tests.gnumeric differ
diff --git a/test/t1903-intersection-tests.pl b/test/t1903-intersection-tests.pl
index c3ee86cb7..2fbb49d14 100755
--- a/test/t1903-intersection-tests.pl
+++ b/test/t1903-intersection-tests.pl
@@ -7,4 +7,4 @@ use GnumericTest;
my $file = "intersection-tests.gnumeric";
&message ("Check that $file evaluates correctly.");
-&test_sheet_calc ("$samples/$file", "B1:B3", sub { /(\bTRUE\b\s*){3}/ });
+&test_sheet_calc ("$samples/$file", "B1:B5", sub { /^(\bTRUE\b\s*)*$/ });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]