diff options
author | Claes Jakobsson <claes@versed.se> | 2010-01-07 14:44:04 +0000 |
---|---|---|
committer | Claes Jakobsson <claes@versed.se> | 2010-01-07 14:44:04 +0000 |
commit | 31630203b1433b89249a5dd838e481fdd78a9630 (patch) | |
tree | c10e7700c79e53593b420b2abedc8c7ecb24a3b0 /tests | |
parent | d37a9c4f8737c926dbe0a7256530c687092cfcb9 (diff) | |
download | curl-31630203b1433b89249a5dd838e481fdd78a9630.tar.gz |
List fragment tests in Makefile.am and better provide better names
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/test1109 | 2 | ||||
-rw-r--r-- | tests/data/test1110 | 2 | ||||
-rw-r--r-- | tests/data/test1111 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 712e79c7d..30e314481 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -64,7 +64,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test1097 test560 test561 test1098 test1099 test562 test563 test1100 \ test564 test1101 test1102 test1103 test1104 test299 test310 test311 \ test312 test1105 test565 test800 test1106 test801 test566 test802 test803 \ - test1107 test1108 + test1107 test1108 test1109 test1110 test1111 filecheck: @mkdir test-place; \ diff --git a/tests/data/test1109 b/tests/data/test1109 index fc7fc225f..ac6224c16 100644 --- a/tests/data/test1109 +++ b/tests/data/test1109 @@ -23,7 +23,7 @@ hello http </server> <name> -HTTP GET +HTTP GET with URL that contains fragment after the path. </name> <command> http://%HOSTIP:%HTTPPORT/1109#test diff --git a/tests/data/test1110 b/tests/data/test1110 index 0597d3ccf..d15d3035c 100644 --- a/tests/data/test1110 +++ b/tests/data/test1110 @@ -23,7 +23,7 @@ hello http </server> <name> -HTTP GET +HTTP GET with URL that contains a fragment after the query part. </name> <command> http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment diff --git a/tests/data/test1111 b/tests/data/test1111 index 0f8e0563c..36a2f3093 100644 --- a/tests/data/test1111 +++ b/tests/data/test1111 @@ -23,7 +23,7 @@ hello http </server> <name> -HTTP GET +HTTP GET with URL that contains a fragment containing a # (which is illegal). </name> <command> http://%HOSTIP:%HTTPPORT/1111?q=foobar#fragment#fragment2 |