[gnumeric] Tests: new tests from crlibm.



commit 66a49f585737dba218b27850ace79df0244195f3
Author: Morten Welinder <terra gnome org>
Date:   Thu Nov 14 14:02:58 2013 -0500

    Tests: new tests from crlibm.

 NEWS                 |    1 +
 test/ChangeLog       |    4 ++++
 test/t1013-crlibm.pl |   10 ++++++++++
 3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 69b198b..57395a7 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ Morten:
        * Restore sheet reordering by drag.
        * Fix BETA on win32.
        * Fix win32 registry initialization.
+       * Incorporate new tests from crlibm.
 
 Xabier Rodríguez Calvar:
        * Fix dialog button order. [#710378]
diff --git a/test/ChangeLog b/test/ChangeLog
index 59ddd00..33cda10 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-14  Morten Welinder  <terra gnome org>
+
+       * t1013-crlibm.pl: New file.
+
 2013-10-07  Morten Welinder <terra gnome org>
 
        * Release 1.12.8
diff --git a/test/t1013-crlibm.pl b/test/t1013-crlibm.pl
new file mode 100755
index 0000000..09502f1
--- /dev/null
+++ b/test/t1013-crlibm.pl
@@ -0,0 +1,10 @@
+#!/usr/bin/perl -w
+# -----------------------------------------------------------------------------
+
+use strict;
+use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+use GnumericTest;
+
+my $file = "crlibm.gnumeric";
+&message ("Check that $file evaluates correctly.");
+&test_sheet_calc ("$samples/$file", "D1", sub { $_ > 15 });


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