[gnumeric] tests: fix perl namespace problems.



commit 79247d1ae32efc1ff65b58a376583c536c2a2c83
Author: Morten Welinder <terra gnome org>
Date:   Sat Apr 21 19:03:38 2012 -0400

    tests: fix perl namespace problems.

 test/t6100-statfuns-ods.pl |    2 +-
 test/t6101-mathfuns-ods.pl |    2 +-
 test/t6102-objs-ods.pl     |    2 +-
 test/t6103-lookfuns-ods.pl |    2 +-
 test/t6104-finfuns-ods.pl  |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/test/t6100-statfuns-ods.pl b/test/t6100-statfuns-ods.pl
index edb09ab..3139155 100755
--- a/test/t6100-statfuns-ods.pl
+++ b/test/t6100-statfuns-ods.pl
@@ -8,7 +8,7 @@ use GnumericTest;
 &message ("Check the ods exporter.");
 
 my $src = "$samples/excel/statfuns.xls";
-&report_skip ("file $src does not exist") unless -r $src;
+&GnumericTest::report_skip ("file $src does not exist") unless -r $src;
 
 my $tmp = $src;
 $tmp =~ s|^.*/||;
diff --git a/test/t6101-mathfuns-ods.pl b/test/t6101-mathfuns-ods.pl
index 40cf0fd..dcb5ec0 100755
--- a/test/t6101-mathfuns-ods.pl
+++ b/test/t6101-mathfuns-ods.pl
@@ -8,7 +8,7 @@ use GnumericTest;
 &message ("Check the ods exporter.");
 
 my $src = "$samples/excel/mathfuns.xls";
-&report_skip ("file $src does not exist") unless -r $src;
+&GnumericTest::report_skip ("file $src does not exist") unless -r $src;
 
 my $tmp = $src;
 $tmp =~ s|^.*/||;
diff --git a/test/t6102-objs-ods.pl b/test/t6102-objs-ods.pl
index 7e1c066..7a6337c 100755
--- a/test/t6102-objs-ods.pl
+++ b/test/t6102-objs-ods.pl
@@ -8,7 +8,7 @@ use GnumericTest;
 &message ("Check the ods exporter.");
 
 my $src = "$samples/excel/objs.xls";
-&report_skip ("file $src does not exist") unless -r $src;
+&GnumericTest::report_skip ("file $src does not exist") unless -r $src;
 
 my $tmp = $src;
 $tmp =~ s|^.*/||;
diff --git a/test/t6103-lookfuns-ods.pl b/test/t6103-lookfuns-ods.pl
index 8d3e0dc..0a7643a 100755
--- a/test/t6103-lookfuns-ods.pl
+++ b/test/t6103-lookfuns-ods.pl
@@ -8,7 +8,7 @@ use GnumericTest;
 &message ("Check the ods exporter.");
 
 my $src = "$samples/excel/lookfuns.xls";
-&report_skip ("file $src does not exist") unless -r $src;
+&GnumericTest::report_skip ("file $src does not exist") unless -r $src;
 
 my $tmp = $src;
 $tmp =~ s|^.*/||;
diff --git a/test/t6104-finfuns-ods.pl b/test/t6104-finfuns-ods.pl
index 525249c..8eb0854 100755
--- a/test/t6104-finfuns-ods.pl
+++ b/test/t6104-finfuns-ods.pl
@@ -8,7 +8,7 @@ use GnumericTest;
 &message ("Check the ods exporter.");
 
 my $src = "$samples/excel/finfuns.xls";
-&report_skip ("file $src does not exist") unless -r $src;
+&GnumericTest::report_skip ("file $src does not exist") unless -r $src;
 
 my $tmp = $src;
 $tmp =~ s|^.*/||;



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