[gnumeric] tests: new test for yalta2008 sample.



commit 25836bd8b9de3bd1def62a504d752ad9c7d6edc1
Author: Morten Welinder <terra gnome org>
Date:   Wed Jun 16 16:42:51 2010 -0400

    tests: new test for yalta2008 sample.

 test/t1011-yalta2008.pl |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/test/t1011-yalta2008.pl b/test/t1011-yalta2008.pl
new file mode 100755
index 0000000..d841d66
--- /dev/null
+++ b/test/t1011-yalta2008.pl
@@ -0,0 +1,10 @@
+#!/usr/bin/perl -w
+# -----------------------------------------------------------------------------
+
+use strict;
+use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+use GnumericTest;
+
+my $file = "yalta2008.xls";
+&message ("Check that $file evaluates correctly.");
+&test_sheet_calc ("$samples/excel/$file", "D10:D99", sub { /^(\s*TRUE)+\s*$/i });



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