aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1099
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-04-29 11:30:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-04-29 11:30:03 +0000
commite2c6e00570da70c00c7c75fa8f094eda77376d0c (patch)
tree129f6d2255399ed3fea79306bd273772f66c5d81 /tests/data/test1099
parente4a0001fc6d9efbd85e0ce187d98fd59a0839db2 (diff)
- Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)
I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the re-use. I also enabled test case 1099 that I wrote a few days ago to verify that this change fixes the reported problem.
Diffstat (limited to 'tests/data/test1099')
-rw-r--r--tests/data/test10998
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1099 b/tests/data/test1099
index 5c80ac5d0..f81e6017b 100644
--- a/tests/data/test1099
+++ b/tests/data/test1099
@@ -8,7 +8,7 @@ FAILURE
</info>
<reply>
-<data>
+<data nocheck="yes">
data for 1099
</data>
</reply>
@@ -30,9 +30,6 @@ tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace-
#
# Verify pseudo protocol after the test has been "shot"
<verify>
-<errorcode>
-69
-</errorcode>
<protocol>
opcode: 1
filename: an/invalid-file
@@ -41,5 +38,8 @@ opcode: 1
filename: /1099
mode: octet
</protocol>
+<stdout mode="text">
+data for 1099
+</stdout>
</verify>
</testcase>