[gnumeric] tests: check func help.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] tests: check func help.
- Date: Tue, 10 Nov 2009 13:34:07 +0000 (UTC)
commit bf3920eee4f37cfa87d768727432a52dd94e5f5e
Author: Morten Welinder <terra gnome org>
Date: Tue Nov 10 08:33:54 2009 -0500
tests: check func help.
test/t2001-func-help.pl | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/test/t2001-func-help.pl b/test/t2001-func-help.pl
new file mode 100755
index 0000000..0ee70b2
--- /dev/null
+++ b/test/t2001-func-help.pl
@@ -0,0 +1,20 @@
+#!/usr/bin/perl -w
+# -----------------------------------------------------------------------------
+
+use strict;
+use lib ($0 =~ m|^(.*/)| ? $1 : ".");
+use GnumericTest;
+
+my $expected;
+{ local $/; $expected = <DATA>; }
+
+&message ("Checking function help text sanity.");
+&sstest ("test_func_help", $expected);
+
+__DATA__
+-----------------------------------------------------------------------------
+Start: test_insdel_rowcol_names
+-----------------------------------------------------------------------------
+
+Result = 0
+End: test_insdel_rowcol_names
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]