Commit 87ba80a6 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tests: Fixed XML validation errors in some test files.

parent 8bc5ceb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>
<testcase>
<info>
<keywords>
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ HTTP RFC1867-type formposting with filename/data contains ',', ';', '"'
http://%HOSTIP:%HTTPPORT/we/want/1133 -F "file=@\"log/test1133,and;.txt\";type=mo/foo;filename=\"faker,and;.txt\"" -F 'file2=@"log/test1133,and;.txt"' -F 'file3=@"log/test1133,and;.txt";type=m/f,"log/test1133,and;.txt"' -F a="{\"field1\":\"value1\",\"field2\":\"value2\"}" -F 'b=" \\value1;type=\"whatever\" "; type=text/foo; charset=utf-8 ; filename=param_b'
</command>
# We create this file before the command is invoked!
<file name=log/test1133,and;.txt>
<file name="log/test1133,and;.txt">
foo bar
This is a bar foo
bar
+1 −1
Original line number Diff line number Diff line
# based on test1010
<testcase>
# based on test1010
<info>
<keywords>
FTP
+1 −0
Original line number Diff line number Diff line
@@ -67,4 +67,5 @@ http://%HOSTIP:%HTTPPORT/want/1156
<errorcode>
0
</errorcode>
</verify>
</testcase>
+1 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>
<testcase>
<info>
<keywords>
Loading