<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/data/test320, branch master</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>tests: use %LOGDIR to refer to the log directory</title>
<updated>2023-03-30T16:53:57+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2023-03-29T01:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e7a021e13551f221e13f4c99a245482ca9a2af1b'/>
<id>e7a021e13551f221e13f4c99a245482ca9a2af1b</id>
<content type='text'>
This will allow it be set dynamically.

Ref: #10818
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow it be set dynamically.

Ref: #10818
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: use %TESTNUMBER instead of fixed number</title>
<updated>2021-03-19T14:57:21+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-12T16:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e2b4df7b5ed8ed86c900820fc4b2c30b9cb53f51'/>
<id>e2b4df7b5ed8ed86c900820fc4b2c30b9cb53f51</id>
<content type='text'>
This makes the tests easier to copy and relocate to other test numbers
without having to update content.

Closes #6738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the tests easier to copy and relocate to other test numbers
without having to update content.

Closes #6738
</pre>
</div>
</content>
</entry>
<entry>
<title>test320: strip out more HTML when comparing</title>
<updated>2018-10-04T21:20:25+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-10-04T13:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=94ad57b0246b5658c2a9139dbe6a80efa4c4e2f3'/>
<id>94ad57b0246b5658c2a9139dbe6a80efa4c4e2f3</id>
<content type='text'>
To make the test case work with different gnutls-serv versions better.

Reported-by: Kamil Dudka
Fixes #3093
Closes #3094
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make the test case work with different gnutls-serv versions better.

Reported-by: Kamil Dudka
Fixes #3093
Closes #3094
</pre>
</div>
</content>
</entry>
<entry>
<title>test320: fix regression in [ci skip]</title>
<updated>2018-09-24T16:27:58+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vszakats.net</email>
</author>
<published>2018-09-24T16:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=16fefeee1e4d6d8534f97f8c133b2e509cca4d9e'/>
<id>16fefeee1e4d6d8534f97f8c133b2e509cca4d9e</id>
<content type='text'>
The value in question is coming directly from `gnutls-serv`, so it cannot
be modified freely.

Reported-by: Marcel Raad
Ref: https://github.com/curl/curl/commit/6ae6b2a533e8630afbb21f570305bd4ceece6348#commitcomment-30621004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The value in question is coming directly from `gnutls-serv`, so it cannot
be modified freely.

Reported-by: Marcel Raad
Ref: https://github.com/curl/curl/commit/6ae6b2a533e8630afbb21f570305bd4ceece6348#commitcomment-30621004
</pre>
</div>
</content>
</entry>
<entry>
<title>update URLs in tests</title>
<updated>2018-09-23T22:26:11+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vszakats.net</email>
</author>
<published>2018-09-23T22:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6ae6b2a533e8630afbb21f570305bd4ceece6348'/>
<id>6ae6b2a533e8630afbb21f570305bd4ceece6348</id>
<content type='text'>
- and one in docs/MANUAL as well

Closes https://github.com/curl/curl/pull/3038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- and one in docs/MANUAL as well

Closes https://github.com/curl/curl/pull/3038
</pre>
</div>
</content>
</entry>
<entry>
<title>test320: treat curl320.out file as binary</title>
<updated>2018-07-22T21:17:06+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2018-07-22T08:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=26e35844e776e601aead505e37e5c6c8e1a41cf3'/>
<id>26e35844e776e601aead505e37e5c6c8e1a41cf3</id>
<content type='text'>
Otherwise, LF line endings are converted to CRLF on Windows,
but no conversion is done for the reply, so the test case fails.

Closes https://github.com/curl/curl/pull/2776
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, LF line endings are converted to CRLF on Windows,
but no conversion is done for the reply, so the test case fails.

Closes https://github.com/curl/curl/pull/2776
</pre>
</div>
</content>
</entry>
<entry>
<title>test320: Expect the Host header to be the first header</title>
<updated>2015-03-13T21:37:23+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2015-03-13T21:37:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0911b963995b792ccd207baa8741785315d768eb'/>
<id>0911b963995b792ccd207baa8741785315d768eb</id>
<content type='text'>
Required for the test to work after a5d994941c2b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Required for the test to work after a5d994941c2b.
</pre>
</div>
</content>
</entry>
<entry>
<title>test320: strip off the actual negotiated cipher width</title>
<updated>2014-07-14T23:01:39+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-07-14T23:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4da6e0c966dc74d51720df5c5ec7ce00e364655f'/>
<id>4da6e0c966dc74d51720df5c5ec7ce00e364655f</id>
<content type='text'>
It's irrelevant to the test, and will change depending on which SSL
library is being used by libcurl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's irrelevant to the test, and will change depending on which SSL
library is being used by libcurl.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: adjust for capitalization differences in newer gnutls-serv</title>
<updated>2014-07-11T21:47:48+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-07-11T21:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d582c272a6782a28d9f14547b19564a2292e2a80'/>
<id>d582c272a6782a28d9f14547b19564a2292e2a80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test320/1/2/4: fix the port number substitution variables</title>
<updated>2014-07-11T21:47:33+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-07-11T21:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4dc3a57718d8fbefde9e7d4be4db9db105291d16'/>
<id>4dc3a57718d8fbefde9e7d4be4db9db105291d16</id>
<content type='text'>
These tests have been broken since commit 1958fe57 in Oct. 2011
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests have been broken since commit 1958fe57 in Oct. 2011
</pre>
</div>
</content>
</entry>
</feed>
