gopher: fix test case line endings

Patches over email very easily lose CRLF line endings in files otherwise
LF-only so I had to put them back where needed.
This commit is contained in:
Daniel Stenberg
2010-08-24 23:15:59 +02:00
parent cb64c987a0
commit 53151db167
4 changed files with 17 additions and 17 deletions

View File

@@ -11,10 +11,10 @@ QUERY
# Server-side
<reply>
<datacheck>
iSearch results error.host 1
0Query query succeeded /foo foo.bar.invalid 70
0Selector /the/search/engine /bar bar.foo.invalid 70
.
iSearch results error.host 1
0Query query succeeded /foo foo.bar.invalid 70
0Selector /the/search/engine /bar bar.foo.invalid 70
.
</datacheck>
</reply>
@@ -35,7 +35,7 @@ gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine?query%20succeeded
# Verify data after the test has been "shot"
<verify>
<protocol>
/the/search/engine query succeeded
/the/search/engine query succeeded
</protocol>
</verify>
</testcase>