[gnumeric] tests: new test t6003-lookfuns.pl



commit 9526c4c89f6a93805e528b1d63fb277894f894e9
Author: Morten Welinder <terra gnome org>
Date:   Wed Mar 14 12:39:55 2012 -0400

    tests: new test t6003-lookfuns.pl

 NEWS                   |    1 +
 test/ChangeLog         |    5 +++++
 test/t6003-lookfuns.pl |    9 +++++++++
 3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index e1cdccf..109cd49 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ Morten:
 	* Improve xls export of chart legends.  [Part of #671845]
 	* Export sets to xls.
 	* Lower memory usage for ods load.  [#671863]
+	* Improve test suite.
 
 --------------------------------------------------------------------------
 Gnumeric 1.11.2
diff --git a/test/ChangeLog b/test/ChangeLog
index fde7063..6eea212 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-14  Morten Welinder  <terra gnome org>
+
+	* t6000-statfuns.pl, t6001-mathfuns.pl, t6002-objs.pl,
+	t6003-lookfuns.pl: new tests.
+
 2012-03-10  Morten Welinder  <terra gnome org>
 
 	* normalize-gnumeric: Block out odf version.
diff --git a/test/t6003-lookfuns.pl b/test/t6003-lookfuns.pl
new file mode 100755
index 0000000..0937e30
--- /dev/null
+++ b/test/t6003-lookfuns.pl
@@ -0,0 +1,9 @@
+#!/usr/bin/perl -w
+# -----------------------------------------------------------------------------
+
+use strict;
+use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+use GnumericTest;
+
+&message ("Check the xls exporter.");
+&test_exporter ("$samples/excel/lookfuns.xls");



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