<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test75, 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>test75: Remove precheck test</title>
<updated>2020-04-30T14:56:59+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2020-04-30T14:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=49bbc4f09b6fe2e39a4746a47bb3a78032682d65'/>
<id>49bbc4f09b6fe2e39a4746a47bb3a78032682d65</id>
<content type='text'>
This has not been needed since commit 9fa42bed and often prevents it
from running at all with dynamic test ports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has not been needed since commit 9fa42bed and often prevents it
from running at all with dynamic test ports.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Stop referring to server ports when they're not used</title>
<updated>2020-04-30T14:00:31+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2020-04-30T14:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5f5a7b478a7f6bf51929379e1e39dc37803a9689'/>
<id>5f5a7b478a7f6bf51929379e1e39dc37803a9689</id>
<content type='text'>
Several tests referred to specific server ports even when the test
didn't actually use that server or specify that it's needed. In such
cases, the test harness substitutes the text "[not running]" as the port
number which causes many such tests to fail due to the inability to
parse the URL.  These tests are changed to use %NOLISTENPORT which will
always be substituted correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several tests referred to specific server ports even when the test
didn't actually use that server or specify that it's needed. In such
cases, the test harness substitutes the text "[not running]" as the port
number which causes many such tests to fail due to the inability to
parse the URL.  These tests are changed to use %NOLISTENPORT which will
always be substituted correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>urlglob: improve error message</title>
<updated>2018-09-13T06:04:49+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-11T20:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=ddb06ffc0f680322ce746c6e8d524dee4de84955'/>
<id>ddb06ffc0f680322ce746c6e8d524dee4de84955</id>
<content type='text'>
to help user understand what the problem is

Reported-by: Daniel Shahaf

Fixes #2763
Closes #2977
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to help user understand what the problem is

Reported-by: Daniel Shahaf

Fixes #2763
Closes #2977
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: added globbing keyword to URL globbing tests</title>
<updated>2014-07-11T23:52:07+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-07-11T23:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=816979e3b82a3539f24ef01d38a47299944bcd94'/>
<id>816979e3b82a3539f24ef01d38a47299944bcd94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>urlglob: improved error messages and column number on bad use</title>
<updated>2013-09-06T21:27:47+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-09-06T21:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9fa42beddc5e1f469ddf276a0715f2de82f51b6b'/>
<id>9fa42beddc5e1f469ddf276a0715f2de82f51b6b</id>
<content type='text'>
Introduce a convenience macro and keep of the column better so that it
can point out the offending column better.

Updated test 75 accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a convenience macro and keep of the column better so that it
can point out the offending column better.

Updated test 75 accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: urlglob error messages have no extra newline anymore</title>
<updated>2010-10-11T12:32:37+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2010-10-11T12:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6a43ffa0d58d7e24749286012243d61b1433aba5'/>
<id>6a43ffa0d58d7e24749286012243d61b1433aba5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved the test harness to allow running test servers on other than</title>
<updated>2007-04-30T20:15:33+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-04-30T20:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5187faeeb97321343cd0a1f3ad9aa10992513e99'/>
<id>5187faeeb97321343cd0a1f3ad9aa10992513e99</id>
<content type='text'>
the default port numbers, allowing more than one test suite to run
simultaneously on the same host.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the default port numbers, allowing more than one test suite to run
simultaneously on the same host.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the test case to use a truly invalid urlglob range.</title>
<updated>2007-03-16T04:34:53+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-03-16T04:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a20a6f67c57885cf058343c6549932e589bfe06c'/>
<id>a20a6f67c57885cf058343c6549932e589bfe06c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the test harness to check for protocol support before running each</title>
<updated>2007-03-09T21:01:39+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-03-09T21:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1962ebf8e7f918638c1601f2b05a705f502150a3'/>
<id>1962ebf8e7f918638c1601f2b05a705f502150a3</id>
<content type='text'>
test, fixing KNOWN_BUGS #11.  Fixed some tests to more accurately specify
their required servers and features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test, fixing KNOWN_BUGS #11.  Fixed some tests to more accurately specify
their required servers and features.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert (most of) the test data files into genuine XML.  A handful still</title>
<updated>2007-01-23T02:25:56+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-01-23T02:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=33bea767ebd0bbf11867fe1af31dc345e9f816af'/>
<id>33bea767ebd0bbf11867fe1af31dc345e9f816af</id>
<content type='text'>
are not, due mainly to the lack of support for XML character entities
(e.g. &amp; =&gt; &amp;amp; ).  This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are not, due mainly to the lack of support for XML character entities
(e.g. &amp; =&gt; &amp;amp; ).  This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.
</pre>
</div>
</content>
</entry>
</feed>
