[gnumeric] test: move ods schema location.



commit 7ad7fca0ee81a57d3800a6cf09db1242e886f1d6
Author: Morten Welinder <terra gnome org>
Date:   Sun Feb 1 19:16:07 2015 -0500

    test: move ods schema location.

 test/ChangeLog           |    4 ++++
 test/t6150-ods-syntax.pl |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/test/ChangeLog b/test/ChangeLog
index 20911af..ba3dbf8 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-01  Morten Welinder  <terra gnome org>
+
+       * t6150-ods-syntax.pl: Move schema location to test.
+
 2015-01-28  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * t6516-graph.pl: also test roundtrip of marker outline colour
diff --git a/test/t6150-ods-syntax.pl b/test/t6150-ods-syntax.pl
index 40ee3c7..28c747a 100755
--- a/test/t6150-ods-syntax.pl
+++ b/test/t6150-ods-syntax.pl
@@ -8,7 +8,7 @@ use GnumericTest;
 &message ("Check that the ods exporter produces valid files.");
 
 my $format = "Gnumeric_OpenCalc:openoffice";
-my $schema = $ENV{'HOME'} . "/Download/OpenDocument-v1.2-os-schema.rng";
+my $schema = "$topsrc/test/ods-schema/OpenDocument-v1.2-os-schema.rng";
 &GnumericTest::report_skip ("Cannot find schema") unless -r $schema;
 
 my $xmllint = &GnumericTest::find_program ("xmllint");


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