summaryrefslogtreecommitdiff
path: root/ext/iconv/tests
Commit message (Expand)AuthorAgeFilesLines
* one more testStanislav Malyshev2007-09-191-0/+12
* add length tests for iconv functionsStanislav Malyshev2007-09-198-0/+117
* fix test namesAntony Dovgal2007-05-071-1/+1
* MFHfoobar2007-05-051-0/+4
* synchronize iconv_substr() behavior with substr()Antony Dovgal2007-03-121-5/+5
* fix tests on AIXAntony Dovgal2007-02-212-3/+19
* Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length =Ilia Alshanetsky2006-11-151-0/+10
* do not search for empty strings with strpos() and strrpos()Antony Dovgal2006-09-062-0/+12
* MFH: fix/add SKIPIFHannes Magnusson2006-06-271-0/+2
* - MFH: fix bug #37176 (iconv_strpos() fails to find a string)Moriyoshi Koizumi2006-04-271-0/+10
* add missing skipif conditionsAntony Dovgal2005-12-213-1/+5
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-161-1/+1
* MFH: Hiding bugs is not purpose of the regression tests.foobar2005-11-011-10/+3
* Improve iconv skip conditionsIlia Alshanetsky2005-10-301-2/+2
* Do not run tests if iconv extension is unavailable.Ilia Alshanetsky2005-10-259-9/+9
* - Fix skip-if comment.Derick Rethans2005-08-071-1/+1
* Fixed bug in test fileDmitry Stogov2005-06-221-1/+1
* - Add test case for iconv_mime_encode().Moriyoshi Koizumi2005-03-231-0/+10
* Test was fixed.Dmitry Stogov2004-11-221-1/+1
* A trivial implement for dos-like platformsMoriyoshi Koizumi2003-12-051-3/+3
* Add regression test for iconv stream filtersMoriyoshi Koizumi2003-12-052-0/+42
* Fix test so it fits the expected behaviourMoriyoshi Koizumi2003-12-021-1/+1
* Add regression test for iconv_mime_decode_headers()Moriyoshi Koizumi2003-12-021-0/+89
* Update test.Moriyoshi Koizumi2003-12-011-1/+20
* More RFC2047 conformance. Add ability to forcefully continue processingMoriyoshi Koizumi2003-12-011-6/+60
* Updated test so it won't fail if the extension has been built with libiconv.Moriyoshi Koizumi2003-07-061-4/+2
* Modified the test so it reflects the change to iconv_mime_decode()Moriyoshi Koizumi2003-07-061-1/+8
* Fix testMoriyoshi Koizumi2003-05-311-134/+160
* Test update for new featureMoriyoshi Koizumi2003-01-141-1/+1
* Added test case for iconv_mime_encode()Moriyoshi Koizumi2003-01-041-0/+393
* Added test case for iconv_mime_decode()Moriyoshi Koizumi2003-01-031-0/+17
* Added test cases for iconv_strpos() and iconv_strrpos()Moriyoshi Koizumi2003-01-032-0/+108
* Added test cases for iconv_strlen() and iconv_substr()Moriyoshi Koizumi2003-01-032-0/+78
* MFBMoriyoshi Koizumi2003-01-031-42/+11
* CosmeticsMoriyoshi Koizumi2002-11-063-3/+3
* Added a test case to check the behaviour on failureMoriyoshi Koizumi2002-11-061-0/+13
* Stricter SKIPIF conditionsMoriyoshi Koizumi2002-11-061-1/+6
* -do not dl() loadMarcus Boerger2002-10-293-10/+11
* Removed dl() stuffMoriyoshi Koizumi2002-10-299-18/+18
* fix this testsMarcus Boerger2002-10-2817-186/+205
* Renamed the testMoriyoshi Koizumi2002-10-263-1/+1
* Added a test case for ob_iconv_handler()Moriyoshi Koizumi2002-10-261-0/+14
* Let them say why they are skippedMoriyoshi Koizumi2002-10-214-9/+13
* This test should not print out the error (which is correct).foobar2002-10-141-1/+3
* Improved the test cases so that they will be skipped rather than failed, if l...Moriyoshi Koizumi2002-10-112-2/+8
* fix typo.foobar2002-10-111-1/+1
* Added set_time_limit(); We should stop it in some time. See the comment in th...Moriyoshi Koizumi2002-10-111-0/+7
* Another small test for iconv transliteration, from GNU libiconv testkitMelvyn Sopacua2002-10-101-0/+18
* It used to be 003Melvyn Sopacua2002-10-101-1/+1
* Test for standard transliteration.Melvyn Sopacua2002-10-093-0/+26