List fragment tests in Makefile.am and better provide better names
This commit is contained in:
@@ -64,7 +64,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
|
|||||||
test1097 test560 test561 test1098 test1099 test562 test563 test1100 \
|
test1097 test560 test561 test1098 test1099 test562 test563 test1100 \
|
||||||
test564 test1101 test1102 test1103 test1104 test299 test310 test311 \
|
test564 test1101 test1102 test1103 test1104 test299 test310 test311 \
|
||||||
test312 test1105 test565 test800 test1106 test801 test566 test802 test803 \
|
test312 test1105 test565 test800 test1106 test801 test566 test802 test803 \
|
||||||
test1107 test1108
|
test1107 test1108 test1109 test1110 test1111
|
||||||
|
|
||||||
filecheck:
|
filecheck:
|
||||||
@mkdir test-place; \
|
@mkdir test-place; \
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ hello
|
|||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
<name>
|
<name>
|
||||||
HTTP GET
|
HTTP GET with URL that contains fragment after the path.
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
http://%HOSTIP:%HTTPPORT/1109#test
|
http://%HOSTIP:%HTTPPORT/1109#test
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ hello
|
|||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
<name>
|
<name>
|
||||||
HTTP GET
|
HTTP GET with URL that contains a fragment after the query part.
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment
|
http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ hello
|
|||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
<name>
|
<name>
|
||||||
HTTP GET
|
HTTP GET with URL that contains a fragment containing a # (which is illegal).
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
http://%HOSTIP:%HTTPPORT/1111?q=foobar#fragment#fragment2
|
http://%HOSTIP:%HTTPPORT/1111?q=foobar#fragment#fragment2
|
||||||
|
|||||||
Reference in New Issue
Block a user