Add Collation tests.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Oct 2005 17:37:46 +0000 (17:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Oct 2005 17:37:46 +0000 (17:37 +0000)
commitd433419b14cb71cbdb0f23d375af9ec596e21d5c
tree1e6e93412bb7ed0aaf9f477cd6e0b39bf5c0384a
parent12e2c276b53538532398a4f53f60a317979123c5
Add Collation tests.

2005-10-05  Matthias Clasen  <mclasen@redhat.com>

* Makefile.am: Add Collation tests.

* tests/collate/*: Inputs and expected outputs for collation tests.

* tests/run-collate-tests.sh: Script to run collation tests.

* tests/unicode-collate.c (main): Rework slightly to make
it usable in unit tests. Also test g_utf8_collate_key_for_filename().
12 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
tests/Makefile.am
tests/collate/collate-1.file [new file with mode: 0644]
tests/collate/collate-1.in [new file with mode: 0644]
tests/collate/collate-1.unicode [new file with mode: 0644]
tests/collate/collate-2.file [new file with mode: 0644]
tests/collate/collate-2.in [new file with mode: 0644]
tests/collate/collate-2.unicode [new file with mode: 0644]
tests/run-collate-tests.sh [new file with mode: 0755]
tests/unicode-collate.c