summaryrefslogtreecommitdiff
path: root/tests/getpart.pm
Commit message (Collapse)AuthorAgeFilesLines
* test: make tests and test scripts use socksd for SOCKSDaniel Stenberg2019-04-131-1/+1
| | | | Make all SOCKS tests use socksd instead of ssh.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* getpart.pm: Fix a comment typoFabian Keil2014-07-261-1/+1
|
* testsuite: visualize line-endings in output comparison diffsMarc Hoersken2014-01-261-2/+10
|
* Revert "getpart.pm: Strip carriage returns to fix Windows support"Marc Hoersken2013-04-071-4/+3
| | | | | This reverts commit e51b23c925a2721cf7c29b2b376d3d8903cfb067. As discussed on the mailinglist, this was not the correct approach.
* getpart.pm: Strip carriage returns to fix Windows supportMarc Hoersken2013-04-061-3/+4
|
* formpost: support quotes, commas and semicolon in file namesUlion2013-01-221-1/+1
| | | | | | | | | - document the double-quote and backslash need be escaped if quoting. - libcurl formdata escape double-quote in filename by backslash. - curl formparse can parse filename both contains '"' and ',' or ';'. - curl now can uploading file with ',' or ';' in filename. Bug: http://curl.haxx.se/bug/view.cgi?id=1171
* getpart.pm: remove misleading commentYang Tse2012-06-211-1/+1
|
* getpart.pm: make test definition section/part parser more robustYang Tse2012-06-201-11/+24
| | | | | | | | Test definition section parts which needed to include xml-lingo as contents of that part required that the xml-blurb was written as a single line. Now the xml-data inside the part can be written multiline making it more readable. Tested with <client><file> part which is written to disk before <command> runs.
* tests: adjust file part behavior in test verify section.Yang Tse2012-06-051-0/+19
| | | | | | When a <file> part is now specified with no contents at all, this will actually verify that the specified file has no contents at all. Previously file contents would be ignored.
* Add helper script convsrctest.pl to manipulate --libcurl tests.Colin Hogben2012-02-231-0/+5
| | | | | | | | | | | The intention is to take the output of curl's --libcurl option, as exercised in test 14xx, and generate a corresponding test15xx in which the generated code is compiled and run. This will verify that the generated code behaves equivalently to the original invocation of the curl command. The script is not yet integrated into the configure / makefile machinery.
* getpart.pm: when no part match, return blank when section endsDaniel Stenberg2011-08-041-0/+4
|
* headers: more copyright headers addedDaniel Stenberg2011-03-221-0/+21
|
* replaced tabs with spacesYang Tse2010-02-161-1/+1
|
* removed trailing whitespaceYang Tse2010-02-141-1/+1
|
* Make the test script tag parser a bit more robust.Dan Fandrich2007-01-181-1/+1
| | | | Check for the .exe extension on mingw32 builds.
* fixed the attribute parser to better handle multiple ones, with or withoutDaniel Stenberg2005-04-281-13/+4
| | | | quotes around the contents
* if diff -u makes zero output, try diff -c insteadDaniel Stenberg2005-04-281-1/+5
|
* Fixed the array comparison function even more, made the temporary files usedDaniel Stenberg2004-11-301-25/+8
| | | | | | for diff output get created in the log/ dir and no longer deletes them since they help in understanding the problem, fixing the test case and fixing curl problems.
* no longer use the MIME::Base64.pm package as it seems to not be standardDaniel Stenberg2004-11-301-0/+7
| | | | on lots of perl versions, provide our own base64 decoder
* Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg2004-11-291-3/+30
| | | | with binary data.
* the array sizes _can_ differ and the arrays can still match, since chompDaniel Stenberg2004-10-251-4/+0
| | | | is used at times but it doesn't decrease the array size
* support the new libcurl IDN feature, also a first attempt to display a stackDaniel Stenberg2004-04-301-1/+1
| | | | trace if a test results in a 'core' file and gdb is present
* we need to hide this warning since it otherwise appears on all verifiedserverDaniel Stenberg2004-02-261-1/+3
| | | | requests to the ftp server!
* modified loadtest() to produce better error message when it fails to loadDaniel Stenberg2004-02-261-13/+12
| | | | a test file
* provide a source path to the servers to make them find the tests when runDaniel Stenberg2004-02-121-1/+8
| | | | outside the source dir, not needing any symlinks
* make the diffs with 'diff -u' to make them nicer and easier to readDaniel Stenberg2003-04-301-4/+3
|
* set binary mode for some file handling and it might work better on someDaniel Stenberg2003-03-191-0/+1
| | | | cygwin installations (using DOS-style files somehow?)
* test suite mods for the netrc testing stuffDaniel Stenberg2002-05-211-1/+6
|
* added some tracabilityDaniel Stenberg2002-01-081-0/+12
|
* don't use 'strict' anymore, as it doesn't work good with the cygwin fixesDaniel Stenberg2001-10-171-1/+1
| | | | also, always kill/restart the HTTP server on startup if it is our test server
* Kevin Roth's fixes to make tests work on cygwinDaniel Stenberg2001-10-101-1/+6
|
* fixesDaniel Stenberg2001-05-281-1/+41
|
* adjusted to the new test case formatsDaniel Stenberg2001-05-231-0/+146