tests: fix tag syntax errors in test files
This commit is contained in:
parent
0c68e2545c
commit
2a0a62a5d1
@ -70,4 +70,3 @@ Accept: */*
|
|||||||
</stdout>
|
</stdout>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
o
|
|
||||||
@ -28,7 +28,7 @@ Content-Length: 0
|
|||||||
Set-Cookie: 1cookie=data1;
|
Set-Cookie: 1cookie=data1;
|
||||||
Set-Cookie: 2cookie=data2;
|
Set-Cookie: 2cookie=data2;
|
||||||
|
|
||||||
</data>
|
</data2>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
|||||||
@ -28,7 +28,7 @@ Content-Length: 0
|
|||||||
Set-Cookie: 1cookie=data1;
|
Set-Cookie: 1cookie=data1;
|
||||||
Set-Cookie: 2cookie=data2;
|
Set-Cookie: 2cookie=data2;
|
||||||
|
|
||||||
</data>
|
</data2>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
<testcase>
|
||||||
# perl:
|
# perl:
|
||||||
#
|
#
|
||||||
# for(1 .. 151) {
|
# for(1 .. 151) {
|
||||||
@ -6,7 +7,6 @@
|
|||||||
# "name$_", "could-be-large-$_")."\n";
|
# "name$_", "could-be-large-$_")."\n";
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
<testcase>
|
|
||||||
<info>
|
<info>
|
||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
<testcase>
|
||||||
# perl:
|
# perl:
|
||||||
#
|
#
|
||||||
#for(1 .. 20) {
|
#for(1 .. 20) {
|
||||||
@ -6,7 +7,6 @@
|
|||||||
# "huge-$_", ('a' x 500)."-$_")."\n";
|
# "huge-$_", ('a' x 500)."-$_")."\n";
|
||||||
#}
|
#}
|
||||||
#
|
#
|
||||||
<testcase>
|
|
||||||
<info>
|
<info>
|
||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
|
<testcase>
|
||||||
# perl:
|
# perl:
|
||||||
#
|
#
|
||||||
#for(1 .. 200) {
|
#for(1 .. 200) {
|
||||||
#
|
#
|
||||||
#}
|
#}
|
||||||
#
|
#
|
||||||
<testcase>
|
|
||||||
<info>
|
<info>
|
||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user