[gnumeric] Test: add Burkhardt tests.



commit 255aa670e508cb3b0ced73c3464746b485bf2d8f
Author: Morten Welinder <terra gnome org>
Date:   Sat Apr 13 14:33:32 2013 -0400

    Test: add Burkhardt tests.

 NEWS                       |   1 +
 samples/burkhardt.gnumeric | Bin 0 -> 30093 bytes
 test/ChangeLog             |   4 ++++
 test/t1012-burkhardt.pl    |  10 ++++++++++
 4 files changed, 15 insertions(+)
---
diff --git a/NEWS b/NEWS
index 03a7a87..cb4c921 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,7 @@ Morten:
        * Fix dirty/undo tracking issue.  [#697927]
        * Add version number to translation files.
        * Improve precision of R.PBETA slightly.  [#697850]
+       * Add new test for a collection of special functions.
 
 --------------------------------------------------------------------------
 Gnumeric 1.12.1
diff --git a/samples/burkhardt.gnumeric b/samples/burkhardt.gnumeric
new file mode 100644
index 0000000..7eb1d18
Binary files /dev/null and b/samples/burkhardt.gnumeric differ
diff --git a/test/ChangeLog b/test/ChangeLog
index 1054438..b52a62d 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-13  Morten Welinder  <terra gnome org>
+
+       * t1012-burkhardt.pl: New test.
+
 2013-03-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.1
diff --git a/test/t1012-burkhardt.pl b/test/t1012-burkhardt.pl
new file mode 100755
index 0000000..12eb1f7
--- /dev/null
+++ b/test/t1012-burkhardt.pl
@@ -0,0 +1,10 @@
+#!/usr/bin/perl -w
+# -----------------------------------------------------------------------------
+
+use strict;
+use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+use GnumericTest;
+
+my $file = "burkhardt.gnumeric";
+&message ("Check that $file evaluates correctly.");
+&test_sheet_calc ("$samples/$file", "D1", sub { $_ > 11.5 });


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