test1201: Add a trailing `?' to the selector

This verify that the `?' in the selector is kept as is.

Verifies the fix in #3370
This commit is contained in:
Leonardo Taccari 2018-12-12 17:11:20 +01:00 committed by Daniel Stenberg
parent 9026083ddb
commit 3997510eed
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ gopher
Gopher selector
</name>
<command>
gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201
gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201?
</command>
</client>
@ -33,7 +33,7 @@ gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201
# Verify data after the test has been "shot"
<verify>
<protocol>
/selector/SELECTOR/1201
/selector/SELECTOR/1201?
</protocol>
</verify>
</testcase>