summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/lang-php
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use Exit instead of exit if init.sh is usedDaiki Ueno2016-06-081-17/+17
| | | | | * gettext-tools/tests/*: Use Exit instead of exit, as suggested by init.sh.
* tests: Adjust textdomain directory for Solaris 11Daiki Ueno2014-10-011-0/+2
| | | | | | Solaris 11 doesn't strip the CODESET part from the locale name, when looking for a message catalog. Create a directory link with CODESET, to work around this.
* tests: Stop redundant textdomain directory creationDaiki Ueno2014-10-011-19/+18
| | | | | | This was introduced by commit 3533f6cc when we didn't use separate test directory for each test. Now that we switched to init.sh, we don't need to worry about filename conflicts.
* tests: Undo the previous unintended file mode changesDaiki Ueno2014-03-101-0/+0
|
* tests: Remove unnecessary tempfile cleanup codeDaiki Ueno2014-03-101-24/+8
| | | | | Cleanup code like "rm -fr $tmpfiles" are no longer needed, since 'init.sh' takes care of that.
* gettext-tools: convert tests to use init.sh from GnulibDaiki Ueno2013-07-101-2/+3
|
* Use distinct temporary file names in tests.Daiki Ueno2013-05-301-24/+25
|
* Avoid testsuite failures on MacOS X 10.5.Bruno Haible2009-06-231-2/+2
|
* Convert CR/LF to LF.Bruno Haible2009-06-231-4/+10
|
* Fix test failure with newer versions of PHP.Bruno Haible2009-06-231-1/+1
|
* Make it work regardless of the php configuration.Bruno Haible2009-06-231-1/+1
|
* php versions without gettext built-in cannot pass the test.Bruno Haible2009-06-231-1/+5
|
* Fix version recognition.Bruno Haible2009-06-231-2/+5
|
* Explain why tests are skipped.Bruno Haible2009-06-231-1/+6
|
* Perform the lang-* tests both in a traditional locale and in a UTF-8 locale,Bruno Haible2009-06-231-11/+36
| | | | as far as provided by the system.
* Test whether the locale is usable. If not, skip the tests.Bruno Haible2009-06-231-0/+9
|
* Fix mistake in comment.Bruno Haible2009-06-231-1/+1
|
* Use the system's french locale, even if it's called "fr_FR.ISO8859-1" insteadBruno Haible2009-06-231-1/+2
| | | | of just plain "fr_FR".
* Remove SKIP: messages, now that automake emits them from the Makefile.Bruno Haible2009-06-231-1/+1
|
* Move tests/lang-php to gettext-tools/tests/lang-php.Bruno Haible2009-06-231-0/+86