[libxml2] Bug 760921: REGRESSION (8eb55d78): doc/examples/io1 test fails after fix for "xmlSaveUri() incorrect



commit c5ddd095379826c6bda218b3e8ade6ff1a886674
Author: David Kilzer <ddkilzer apple com>
Date:   Wed Jan 20 20:41:44 2016 -0800

    Bug 760921: REGRESSION (8eb55d78): doc/examples/io1 test fails after fix for "xmlSaveUri() incorrectly 
recomposes URIs with rootless paths" <https://bugzilla.gnome.org/show_bug.cgi?id=760921>
    
    * doc/examples/io1.res: Update expected result.

 doc/examples/io1.res |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/examples/io1.res b/doc/examples/io1.res
index adf65c7..4a4c036 100644
--- a/doc/examples/io1.res
+++ b/doc/examples/io1.res
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
 <document xmlns:xi="http://www.w3.org/2003/XInclude";>
   <p>List of people:</p>
-  <list xml:base="sql://select_name_from_people"><people>a</people><people>b</people></list>
+  <list><people>a</people><people>b</people></list>
 </document>


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