cURL / Mailing Lists / curl-users / Single Mail

curl-users

Test fails

From: Dharmesh Vyas <dharmesh.mail_at_gmail.com>
Date: Tue, 8 Nov 2005 23:17:20 +0530

Hello Group,

I am a new user of cURL, i have just started exploring it. Currently i m
using the curl 7.14.0. I am facing an issue. When i am running the make test
a particular test 'test 241' is failing. The test 241 looks like

#
# Server-side
<reply>
<data>
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6

hello
</data>
</reply>

#
# Client-side
<client>
<features>
ipv6
</features>
<server>
http-ipv6
</server>
<name>
HTTP-IPv6 GET (using ip6-localhost)
</name>
<command>
-g "http://ip6-localhost:%HTTP6PORT/241"
</command>
</client>

#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:
</strip>
<protocol>
GET /241 HTTP/1.1
Host: ip6-localhost:%HTTP6PORT
Accept: */*

</protocol>
</verify>

I tried debugging it, but couldn't reach to it's cause. I can use the latest
verstino of curl where i can see all test cases are passing. The project I
am working on requires me to have the older version 7.14.0 only. So was it a
bug in the previous version or so plz let me know if that is the case. Can
anyone please guide me on this? Thanks in advance.

Dharmesh Vyas.
Received on 2005-11-08