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:
@@ -11,9 +11,9 @@ INDEX
|
|||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<datacheck>
|
<datacheck>
|
||||||
iMenu results error.host 1
|
iMenu results error.host 1
|
||||||
0Selector /bar bar.foo.invalid 70
|
0Selector /bar bar.foo.invalid 70
|
||||||
.
|
.
|
||||||
</datacheck>
|
</datacheck>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ gopher://%HOSTIP:%GOPHERPORT
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ SELECTOR
|
|||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<datacheck>
|
<datacheck>
|
||||||
iMenu results error.host 1
|
iMenu results error.host 1
|
||||||
0Selector /selector/SELECTOR /bar bar.foo.invalid 70
|
0Selector /selector/SELECTOR /bar bar.foo.invalid 70
|
||||||
.
|
.
|
||||||
</datacheck>
|
</datacheck>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
/selector/SELECTOR
|
/selector/SELECTOR
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ QUERY
|
|||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<datacheck>
|
<datacheck>
|
||||||
iSearch results error.host 1
|
iSearch results error.host 1
|
||||||
0Query query succeeded /foo foo.bar.invalid 70
|
0Query query succeeded /foo foo.bar.invalid 70
|
||||||
0Selector /the/search/engine /bar bar.foo.invalid 70
|
0Selector /the/search/engine /bar bar.foo.invalid 70
|
||||||
.
|
.
|
||||||
</datacheck>
|
</datacheck>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine?query%20succeeded
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
/the/search/engine query succeeded
|
/the/search/engine query succeeded
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ INDEX
|
|||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<datacheck>
|
<datacheck>
|
||||||
iMenu results error.host 1
|
iMenu results error.host 1
|
||||||
0Selector /bar bar.foo.invalid 70
|
0Selector /bar bar.foo.invalid 70
|
||||||
.
|
.
|
||||||
</datacheck>
|
</datacheck>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ Gopher IPv6 index
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<protocol>
|
<protocol>
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
Reference in New Issue
Block a user