moriyoshi Sat May 31 03:17:35 2003 EDT
Modified files:
/php4/ext/iconv/tests iconv_mime_encode.phpt
Log:
Fix test
Index: php4/ext/iconv/tests/iconv_mime_encode.phpt
diff -u php4/ext/iconv/tests/iconv_mime_encode.phpt:1.1
php4/ext/iconv/tests/iconv
moriyoshi Tue Jan 14 14:25:10 2003 EDT
Modified files:
/php4/ext/iconv/tests iconv_mime_decode.phpt
Log:
Test update for new feature
Index: php4/ext/iconv/tests/iconv_mime_decode.phpt
diff -u php4/ext/iconv/tests/iconv_mime_decode.phpt:1.1
php4/e
moriyoshi Sat Jan 4 08:39:59 2003 EDT
Added files:
/php4/ext/iconv/tests iconv_mime_encode.phpt
Log:
Added test case for iconv_mime_encode()
Index: php4/ext/iconv/tests/iconv_mime_encode.phpt
+++ php4/ext/iconv/tests/iconv_mime_encode.phpt
--
moriyoshi Fri Jan 3 15:33:53 2003 EDT
Added files:
/php4/ext/iconv/tests iconv_mime_decode.phpt
Log:
Added test case for iconv_mime_decode()
Index: php4/ext/iconv/tests/iconv_mime_decode.phpt
+++ php4/ext/iconv/tests/iconv_mime_decode.phpt
--
moriyoshi Fri Jan 3 15:02:24 2003 EDT
Added files:
/php4/ext/iconv/tests iconv_strpos.phpt iconv_strrpos.phpt
Log:
Added test cases for iconv_strpos() and iconv_strrpos()
Index: php4/ext/iconv/tests/iconv_strpos.phpt
+++ php4/ext/iconv/tests/
moriyoshi Fri Jan 3 00:48:51 2003 EDT
Added files:
/php4/ext/iconv/tests iconv_strlen.phpt iconv_substr.phpt
Log:
Added test cases for iconv_strlen() and iconv_substr()
Index: php4/ext/iconv/tests/iconv_strlen.phpt
+++ php4/ext/iconv/tests/ic
moriyoshi Fri Jan 3 00:16:12 2003 EDT
Modified files:
/php4/ext/iconv/tests eucjp2iso2022jp.phpt
Log:
MFB
Index: php4/ext/iconv/tests/eucjp2iso2022jp.phpt
diff -u php4/ext/iconv/tests/eucjp2iso2022jp.phpt:1.4
php4/ext/iconv/tests/eucjp2iso2022jp
moriyoshi Wed Nov 6 11:58:08 2002 EDT
Modified files:
/php4/ext/iconv/tests iconv001.phpt iconv002.phpt
ob_iconv_handler.phpt
Log:
Cosmetics
Index: php4/ext/iconv/tests/iconv001.phpt
diff -u php4/ext/iconv/tests/i
moriyoshi Wed Nov 6 11:57:54 2002 EDT
Added files:
/php4/ext/iconv/tests iconv003.phpt
Log:
Added a test case to check the behaviour on failure
Index: php4/ext/iconv/tests/iconv003.phpt
+++ php4/ext/iconv/tests/iconv003.phpt
--TEST--
iconv()
moriyoshi Wed Nov 6 11:37:11 2002 EDT
Modified files:
/php4/ext/iconv/tests iconv002.phpt
Log:
Stricter SKIPIF conditions
Index: php4/ext/iconv/tests/iconv002.phpt
diff -u php4/ext/iconv/tests/iconv002.phpt:1.3 php4/ext/iconv/tests/iconv002.phpt:
helly Tue Oct 29 16:51:32 2002 EDT
Modified files:
/php4/ext/iconv/tests skipif.inc test.inc translit-utf8.phpt
Log:
-do not dl() load
-magic_quotes_runtime
Index: php4/ext/iconv/tests/skipif.inc
diff -u php4/ext/iconv/tests/skipif.inc:1.2 php4/ext/
moriyoshi Tue Oct 29 11:25:24 2002 EDT
Modified files:
/php4/ext/iconv/tests bug16069.phpt eucjp2iso2022jp.phpt
eucjp2sjis.phpt eucjp2utf8.phpt iconv001.phpt
iconv002.phpt ob_iconv_handler.php
At 19:53 10/28/2002 +0100, Derick Rethans wrote:
[...]
> IMHO we should do a complete overhaul of */tests/* and remove any dl()
> code, or come up with something, that will force the modules/ directory
> on the testkit.
That should be easy by forcing the extensions directory with a hardcoded
in
Hi,
(B
(BExcuse me for being late here.
(BI figured out the problem though skipif.inc was not my work.
(BI'll remove them soon. I think I should get rid of dl() code from
(Bhtmlentities test cases too.
(B
(BRegards,
(B
(BMoriyoshi
(B
(B
(B
(BMelvyn Sopacua <[EMAIL PROTECTED]> wrote:
At 19:36 28-10-2002, Marcus Börger wrote:
Then what about:
cvs -z3 -q diff skipif.inc test.inc (in directory
S:\php4-HEAD\ext\iconv\tests\)
Index: skipif.inc
===
RCS file: /repository/php4/ext/iconv/tests/skipif.inc,v
retrieving re
On Mon, 28 Oct 2002, Melvyn Sopacua wrote:
> At 19:01 28-10-2002, Marcus Börger wrote:
>
> >At 18:33 28.10.2002, Melvyn Sopacua wrote:
> >>At 18:15 28-10-2002, Marcus Börger wrote:
> >>
> >>> Log:
> >>> fix this tests
> >>> -they did not dl load module in test
> >>
> >>Yes, exactly as t
Then what about:
cvs -z3 -q diff skipif.inc test.inc (in directory
S:\php4-HEAD\ext\iconv\tests\)
Index: skipif.inc
===
RCS file: /repository/php4/ext/iconv/tests/skipif.inc,v
retrieving revision 1.2
diff -u -r1.2 skipif.inc
--- skip
At 19:01 28-10-2002, Marcus Börger wrote:
At 18:33 28.10.2002, Melvyn Sopacua wrote:
At 18:15 28-10-2002, Marcus Börger wrote:
Log:
fix this tests
-they did not dl load module in test
Yes, exactly as they shouldn't.
It's been discussed. Why did you revert that?
The main reason -
At 18:33 28.10.2002, Melvyn Sopacua wrote:
At 18:15 28-10-2002, Marcus Börger wrote:
Log:
fix this tests
-they did not dl load module in test
Yes, exactly as they shouldn't.
It's been discussed. Why did you revert that?
The main reason - to repeat it:
./configure --prefix=/previous
At 18:15 28-10-2002, Marcus Börger wrote:
Log:
fix this tests
-they did not dl load module in test
Yes, exactly as they shouldn't.
It's been discussed. Why did you revert that?
The main reason - to repeat it:
./configure --prefix=/previous/install
dl('foo.so')=> foo.so version
helly Mon Oct 28 12:15:22 2002 EDT
Added files:
/php4/ext/iconv/tests test.inc
Removed files:
/php4/ext/iconv/tests bug16069.inc eucjp2iso2022jp.inc
eucjp2sjis.inc eucjp2utf8.inc iconv002.inc
moriyoshi Sat Oct 26 04:50:05 2002 EDT
Added files:
/php4/ext/iconv/tests iconv001.phpt iconv002.inc iconv002.phpt
Removed files:
/php4/ext/iconv/tests 001.phpt 002.inc 002.phpt
Log:
Renamed the test
Index: php4/ex
moriyoshi Sat Oct 26 04:45:49 2002 EDT
Added files:
/php4/ext/iconv/tests ob_iconv_handler.phpt
Log:
Added a test case for ob_iconv_handler()
Index: php4/ext/iconv/tests/ob_iconv_handler.phpt
+++ php4/ext/iconv/tests/ob_iconv_handler.phpt
--TE
Thanks!
Moriyoshi Koizumi
"Jani Taskinen" <[EMAIL PROTECTED]> wrote:
> sniperMon Oct 14 19:09:48 2002 EDT
>
> Modified files:
> /php4/ext/iconv/tests translit-failure.phpt
> Log:
> This test should not print out the error (which is correct).
>
sniper Mon Oct 14 19:09:48 2002 EDT
Modified files:
/php4/ext/iconv/tests translit-failure.phpt
Log:
This test should not print out the error (which is correct).
Index: php4/ext/iconv/tests/translit-failure.phpt
diff -u php4/ext/iconv/tests/translit-f
moriyoshi Fri Oct 11 14:07:47 2002 EDT
Modified files:
/php4/ext/iconv/tests translit-failure.phpt translit-utf8.phpt
Log:
Improved the test cases so that they will be skipped rather than failed, if libiconv
is not used.
Index: php4/ext/iconv/te
sniper Fri Oct 11 09:43:24 2002 EDT
Modified files:
/php4/ext/iconv/tests translit-failure.phpt
Log:
fix typo.
Index: php4/ext/iconv/tests/translit-failure.phpt
diff -u php4/ext/iconv/tests/translit-failure.phpt:1.2
php4/ext/iconv/tests/translit-fail
moriyoshi Fri Oct 11 03:38:18 2002 EDT
Modified files:
/php4/ext/iconv/tests translit-failure.phpt
Log:
Added set_time_limit(); We should stop it in some time. See the comment in the
script for detail.
Index: php4/ext/iconv/tests/translit-fai
glibc iconv translit'ed like below:
--
"Hello"
'Hello'
,,Hello"
,Hello'
"Hello"
'Hello'
,,Hello"
,Hello'
--
How can we do with this result?
IMO transliteration is very implementation specific feature, and further
tests may make no sense as long as doing the same ones with the dif
msopacuaThu Oct 10 15:06:01 2002 EDT
Added files:
/php4/ext/iconv/tests translit-failure.phpt
Log:
Another small test for iconv transliteration, from GNU libiconv testkit
Index: php4/ext/iconv/tests/translit-failure.phpt
+++ php4/ext/iconv/
msopacuaThu Oct 10 12:49:33 2002 EDT
Modified files:
/php4/ext/iconv/tests translit-utf8.phpt
Log:
It used to be 003
Index: php4/ext/iconv/tests/translit-utf8.phpt
diff -u php4/ext/iconv/tests/translit-utf8.phpt:1.1
php4/ext/iconv/tests/transl
msopacuaWed Oct 9 19:16:39 2002 EDT
Added files:
/php4/ext/iconv/tests translit-utf8.inc translit-utf8.phpt
Quotes.UTF-8
Log:
Test for standard transliteration.
Original check-translit from GNU libiconv-1.8
derick Wed Oct 9 16:30:30 2002 EDT
Added files:
/php4/ext/iconv/tests bug16069.inc bug16069.phpt
Removed files:
/php4/ext/iconv/tests 003.inc 003.phpt
Log:
- Use a more descriptive filename
Index: php4/ext/iconv/tests
On Wed, 9 Oct 2002, Moriyoshi Koizumi wrote:
> moriyoshi Wed Oct 9 16:19:13 2002 EDT
>
> Added files:
> /php4/ext/iconv/tests 003.inc 003.phpt
hmm, that's not that descriptive... I'd rather go for "bug16069.php"...
it's easier to find it later then.
Do
moriyoshi Wed Oct 9 16:19:13 2002 EDT
Added files:
/php4/ext/iconv/tests 003.inc 003.phpt
Removed files:
/php4/ext/iconv/tests translit.inc translit.phpt
Log:
Renamed the test case files in order to avoid confusion
Hi,
I confirmed this test might not work even with libiconv, when the errno
test run by configure failed.
IMO it has something to do with other EUC-JP related failures on BSD
platforms.
Moriyoshi Koizumi
"Rui Hirokawa" <[EMAIL PROTECTED]> wrote:
> hirokawa Wed Oct 9 08:54:52
hirokawaWed Oct 9 08:54:52 2002 EDT
Modified files:
/php4/ext/iconv/tests translit.phpt
Log:
added @ to suppress a notice.
Index: php4/ext/iconv/tests/translit.phpt
diff -u php4/ext/iconv/tests/translit.phpt:1.4 php4/ext/iconv/tests/translit.p
helly Sat Sep 28 09:59:17 2002 EDT
Modified files:
/php4/ext/iconv/tests 002.phpt
Log:
Synch with README.TESTING
Index: php4/ext/iconv/tests/002.phpt
diff -u php4/ext/iconv/tests/002.phpt:1.2 php4/ext/iconv/tests/002.phpt:1.3
--- php4/ext/iconv/tests
38 matches
Mail list logo