Commit 15e56c32 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed some XML parsing problems.

parent fc1443dc
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
<testcase>
# Server-side
# This particular response is an exact excerpt from an actual Apache
# server when asked for a 0-10,12-15 range.
# server when asked for a 0-10,12-15 range (except gt/lt changed to {}
# to avoid XML escaping problems).
<reply>
<data>
HTTP/1.1 206 Partial Content swsclose
@@ -17,15 +18,15 @@ Content-Type: multipart/byteranges; boundary=408a326132c
Content-type: text/html
Content-range: bytes 0-10/3781

<html>
<hea
{html}
{hea

--408a326132c
Content-type: text/html
Content-range: bytes 12-15/3781

>
<t
}
{t

--408a326132c--
</data>
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ HTTP
HTTP GET
followlocation
</keywords>
</info>

# Server-side
<reply>
+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ HTTP/1.1 200 OK swsclose
Date: Thu, 09 Nov 2010 14:49:00 GMT
Connection: close

<html>result</html>
_data_result_data_
</data>
<postcmd>
wait 10
+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Connection: close

<html>result</html>
_data_result_data_
</data>
<postcmd>
wait 20