diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-09-19 00:14:04 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-09-19 00:14:04 +0000 |
commit | 304a87beae980faedbc2a22ce3498c3791d8dd39 (patch) | |
tree | 111d23ee5169eec41f603d1c416dc412bbeeb686 /tests | |
parent | 0c2bd2e660a3bdd4a443a51132b65db272819acd (diff) | |
download | libxslt-304a87beae980faedbc2a22ce3498c3791d8dd39.tar.gz libxslt-304a87beae980faedbc2a22ce3498c3791d8dd39.tar.bz2 libxslt-304a87beae980faedbc2a22ce3498c3791d8dd39.zip |
fixed problem with timezone offset (bug 153000) changed regression test
* libexslt/date.c: fixed problem with timezone offset
(bug 153000)
* tests/exslt/date/add.1.out: changed regression test output,
which was apparently incorrect for above case
* libxslt/transform.c: re-arranged sequence of setting up
namespaces within xsltCopyTree (see the list thread
http://mail.gnome.org/archives/xml/2004-September/msg00072.html)
* tests/general/bug-104.out: slight change to expected output
due to above fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exslt/date/add.1.out | 2 | ||||
-rw-r--r-- | tests/general/bug-104.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/exslt/date/add.1.out b/tests/exslt/date/add.1.out index 0671acfb..39b3d9e4 100644 --- a/tests/exslt/date/add.1.out +++ b/tests/exslt/date/add.1.out @@ -26,4 +26,4 @@ result : 1999-12-31 add : 2000-01 + -P1D result : 1999-12-31 add : 1970-01-01T00:00:00-00:30 + -PT30S -result : 1969-12-31T23:29:30Z
\ No newline at end of file +result : 1970-01-01T00:29:30Z
\ No newline at end of file diff --git a/tests/general/bug-104.out b/tests/general/bug-104.out index 4e2f5707..38fe588b 100644 --- a/tests/general/bug-104.out +++ b/tests/general/bug-104.out @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="utf-8"?> -<foo xmlns="http://example.org" xmlns:eg="http://example.org" eg:bar=""/> +<foo xmlns:eg="http://example.org" xmlns="http://example.org" eg:bar=""/> |