[gnumeric] t9001: update to match ssdiff fixes.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] t9001: update to match ssdiff fixes.
- Date: Thu, 28 Dec 2017 23:47:26 +0000 (UTC)
commit 840dab253e8e8c53033db8423b97072fe8240867
Author: Morten Welinder <terra gnome org>
Date: Thu Dec 28 18:46:47 2017 -0500
t9001: update to match ssdiff fixes.
xml namespaces got fixed.
test/t9001-ssconvert-resize.pl | 64 ++++++++++++++++++++--------------------
1 files changed, 32 insertions(+), 32 deletions(-)
---
diff --git a/test/t9001-ssconvert-resize.pl b/test/t9001-ssconvert-resize.pl
index d00378d..5b43195 100755
--- a/test/t9001-ssconvert-resize.pl
+++ b/test/t9001-ssconvert-resize.pl
@@ -17,11 +17,11 @@ my $tmp = "regress-resize.gnumeric";
sub {
$_ eq <<DIFF
<?xml version="1.0" encoding="UTF-8"?>
-<ssdiff:Diff>
- <ssdiff:Sheet Name="Sheet1" Old="0" New="0">
- <ssdiff:Rows Old="65536" New="8192"/>
- </ssdiff:Sheet>
-</ssdiff:Diff>
+<s:Diff xmlns:s="http://www.gnumeric.org/ssdiff.dtd">
+ <s:Sheet Name="Sheet1" Old="0" New="0">
+ <s:Rows Old="65536" New="8192"/>
+ </s:Sheet>
+</s:Diff>
DIFF
});
@@ -31,11 +31,11 @@ DIFF
sub {
$_ eq <<DIFF
<?xml version="1.0" encoding="UTF-8"?>
-<ssdiff:Diff>
- <ssdiff:Sheet Name="Sheet1" Old="0" New="0">
- <ssdiff:Cols Old="256" New="128"/>
- </ssdiff:Sheet>
-</ssdiff:Diff>
+<s:Diff xmlns:s="http://www.gnumeric.org/ssdiff.dtd">
+ <s:Sheet Name="Sheet1" Old="0" New="0">
+ <s:Cols Old="256" New="128"/>
+ </s:Sheet>
+</s:Diff>
DIFF
});
@@ -45,12 +45,12 @@ DIFF
sub {
$_ eq <<DIFF
<?xml version="1.0" encoding="UTF-8"?>
-<ssdiff:Diff>
- <ssdiff:Sheet Name="Sheet1" Old="0" New="0">
- <ssdiff:Cols Old="256" New="128"/>
- <ssdiff:Rows Old="65536" New="8192"/>
- </ssdiff:Sheet>
-</ssdiff:Diff>
+<s:Diff xmlns:s="http://www.gnumeric.org/ssdiff.dtd">
+ <s:Sheet Name="Sheet1" Old="0" New="0">
+ <s:Cols Old="256" New="128"/>
+ <s:Rows Old="65536" New="8192"/>
+ </s:Sheet>
+</s:Diff>
DIFF
});
@@ -60,11 +60,11 @@ DIFF
sub {
$_ eq <<DIFF
<?xml version="1.0" encoding="UTF-8"?>
-<ssdiff:Diff>
- <ssdiff:Sheet Name="Sheet1" Old="0" New="0">
- <ssdiff:Rows Old="65536" New="1048576"/>
- </ssdiff:Sheet>
-</ssdiff:Diff>
+<s:Diff xmlns:s="http://www.gnumeric.org/ssdiff.dtd">
+ <s:Sheet Name="Sheet1" Old="0" New="0">
+ <s:Rows Old="65536" New="1048576"/>
+ </s:Sheet>
+</s:Diff>
DIFF
});
@@ -74,11 +74,11 @@ DIFF
sub {
$_ eq <<DIFF
<?xml version="1.0" encoding="UTF-8"?>
-<ssdiff:Diff>
- <ssdiff:Sheet Name="Sheet1" Old="0" New="0">
- <ssdiff:Cols Old="256" New="512"/>
- </ssdiff:Sheet>
-</ssdiff:Diff>
+<s:Diff xmlns:s="http://www.gnumeric.org/ssdiff.dtd">
+ <s:Sheet Name="Sheet1" Old="0" New="0">
+ <s:Cols Old="256" New="512"/>
+ </s:Sheet>
+</s:Diff>
DIFF
});
@@ -88,11 +88,11 @@ DIFF
sub {
$_ eq <<DIFF
<?xml version="1.0" encoding="UTF-8"?>
-<ssdiff:Diff>
- <ssdiff:Sheet Name="Sheet1" Old="0" New="0">
- <ssdiff:Cols Old="256" New="16384"/>
- <ssdiff:Rows Old="65536" New="1048576"/>
- </ssdiff:Sheet>
-</ssdiff:Diff>
+<s:Diff xmlns:s="http://www.gnumeric.org/ssdiff.dtd">
+ <s:Sheet Name="Sheet1" Old="0" New="0">
+ <s:Cols Old="256" New="16384"/>
+ <s:Rows Old="65536" New="1048576"/>
+ </s:Sheet>
+</s:Diff>
DIFF
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]