rename auto encoding tests and add tests for c_string_type=unicode
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 15 Apr 2013 17:05:47 +0000 (19:05 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 15 Apr 2013 17:05:47 +0000 (19:05 +0200)
commitd0765682bfc70bae6526707c04ab8c1f64c335e4
treeabf5092b50cc0504a252b67b22205dc3c1b08ceb
parent5eaec9df050c8f82764a92676c98fb4e6d04b9eb
rename auto encoding tests and add tests for c_string_type=unicode

--HG--
rename : tests/run/unicode_ascii_encoding.pyx => tests/run/str_ascii_auto_encoding.pyx
rename : tests/run/unicode_default_encoding.pyx => tests/run/str_default_auto_encoding.pyx
rename : tests/run/unicode_ascii_encoding.pyx => tests/run/unicode_ascii_auto_encoding.pyx
rename : tests/run/unicode_default_encoding.pyx => tests/run/unicode_default_auto_encoding.pyx
tests/run/str_ascii_auto_encoding.pyx [new file with mode: 0644]
tests/run/str_default_auto_encoding.pyx [moved from tests/run/unicode_default_encoding.pyx with 87% similarity]
tests/run/unicode_ascii_auto_encoding.pyx [moved from tests/run/unicode_ascii_encoding.pyx with 73% similarity]
tests/run/unicode_default_auto_encoding.pyx [new file with mode: 0644]