<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/README, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>tests/FILEFORMAT: converted to markdown and extended</title>
<updated>2020-04-19T18:43:50+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-04-19T16:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7e53974603079a9522acdb10f3b4de499ffa6e4d'/>
<id>7e53974603079a9522acdb10f3b4de499ffa6e4d</id>
<content type='text'>
Closes #5261
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5261
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/README: update the port numbers list</title>
<updated>2020-04-07T11:15:14+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-04-07T11:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=860eaebae64eb49923beac2d606a65dbce091ba6'/>
<id>860eaebae64eb49923beac2d606a65dbce091ba6</id>
<content type='text'>
Since the pipelining server is long gone.
Reported-by: James Fuller
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the pipelining server is long gone.
Reported-by: James Fuller
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: make Python-based servers compatible with Python 2 and 3</title>
<updated>2020-03-19T02:26:19+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-03-17T09:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=3c9066fce54b78cc8b46e82eba033aaa373cdef1'/>
<id>3c9066fce54b78cc8b46e82eba033aaa373cdef1</id>
<content type='text'>
Update smbserver.py and negtelnetserver.py to be compatible with
Python 3 while staying backwards-compatible to support Python 2.

Fix string encoding and handling of echoed and transferred data.

Tested with both Python 2.7.17 and Python 3.7.7

Reported-by: Daniel Stenberg
Assisted-by: Kamil Dudka
Reviewed-by: Marcel Raad

Fixes #5104
Closes #5110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update smbserver.py and negtelnetserver.py to be compatible with
Python 3 while staying backwards-compatible to support Python 2.

Fix string encoding and handling of echoed and transferred data.

Tested with both Python 2.7.17 and Python 3.7.7

Reported-by: Daniel Stenberg
Assisted-by: Kamil Dudka
Reviewed-by: Marcel Raad

Fixes #5104
Closes #5110
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/README: add note about manually installing python-impacket</title>
<updated>2020-03-15T11:34:17+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-03-15T11:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=92f129cd9f25439d733f726ad647685a6762df9d'/>
<id>92f129cd9f25439d733f726ad647685a6762df9d</id>
<content type='text'>
Follow up to 4be2560
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to 4be2560
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Replace outdated test case numbering documentation</title>
<updated>2019-08-15T15:20:46+00:00</updated>
<author>
<name>Mike Crowe</name>
<email>mac@mcrowe.com</email>
</author>
<published>2019-08-15T15:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a8ac1be7054d4f289ef4db1a31bb37aae1c5d6c0'/>
<id>a8ac1be7054d4f289ef4db1a31bb37aae1c5d6c0</id>
<content type='text'>
Tests are no longer grouped by numeric range[1]. Let's stop saying that
and provide some alternative advice for numbering tests.

[1] https://curl.haxx.se/mail/lib-2019-08/0043.html

Closes #4227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests are no longer grouped by numeric range[1]. Let's stop saying that
and provide some alternative advice for numbering tests.

[1] https://curl.haxx.se/mail/lib-2019-08/0043.html

Closes #4227
</pre>
</div>
</content>
</entry>
<entry>
<title>test1452: add telnet negotiation</title>
<updated>2017-07-07T09:00:26+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-07-05T09:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=06a6feba9de67733ef943ed9f64076923dc5f747'/>
<id>06a6feba9de67733ef943ed9f64076923dc5f747</id>
<content type='text'>
Add a basic telnet server for negotiating some telnet options before
echoing back any data that's sent to it.

Closes #1645
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a basic telnet server for negotiating some telnet options before
echoing back any data that's sent to it.

Closes #1645
</pre>
</div>
</content>
</entry>
<entry>
<title>test1450: add simple testing for DICT</title>
<updated>2017-06-30T09:34:05+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-06-26T15:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9b387034ab5d0d98d1ef4b6c2d0d8cd2185081fb'/>
<id>9b387034ab5d0d98d1ef4b6c2d0d8cd2185081fb</id>
<content type='text'>
Add a new server which provides a DICT interface. This is intended to
begin coverage testing for lib/dict.c

Closes #1615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new server which provides a DICT interface. This is intended to
begin coverage testing for lib/dict.c

Closes #1615
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/README: make "Run" section foolproof</title>
<updated>2017-03-24T07:20:43+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>raad@teamviewer.com</email>
</author>
<published>2017-03-23T22:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d14563454a5eaedafd1e8a2967ee3df46015edf4'/>
<id>d14563454a5eaedafd1e8a2967ee3df46015edf4</id>
<content type='text'>
curl must be built before building the tests.

Closes https://github.com/curl/curl/pull/1352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
curl must be built before building the tests.

Closes https://github.com/curl/curl/pull/1352
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/README: mention nroff for --manual tests</title>
<updated>2017-03-23T09:52:10+00:00</updated>
<author>
<name>Anders Roxell</name>
<email>anders.roxell@gmail.com</email>
</author>
<published>2017-03-21T18:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f355a92cd5b117c71d8626efc1be280bb28037a2'/>
<id>f355a92cd5b117c71d8626efc1be280bb28037a2</id>
<content type='text'>
Signed-off-by: Anders Roxell &lt;anders.roxell@gmail.com&gt;

Closes #1342
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anders Roxell &lt;anders.roxell@gmail.com&gt;

Closes #1342
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fixed the documented test server port numbers</title>
<updated>2017-03-20T22:37:41+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2017-03-20T22:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1bca868f606ebc7ea3b012add9eaf20bcd9a4316'/>
<id>1bca868f606ebc7ea3b012add9eaf20bcd9a4316</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
