Author: zooey Date: 2010-07-02 20:37:56 +0200 (Fri, 02 Jul 2010) New Revision: 37352 Changeset: http://dev.haiku-os.org/changeset/37352/haiku Modified: haiku/branches/developer/zooey/posix-locale/src/tests/system/libroot/posix/locale_test.cpp Log: * reactivated all existing tests Modified: haiku/branches/developer/zooey/posix-locale/src/tests/system/libroot/posix/locale_test.cpp =================================================================== --- haiku/branches/developer/zooey/posix-locale/src/tests/system/libroot/posix/locale_test.cpp 2010-07-02 18:35:22 UTC (rev 37351) +++ haiku/branches/developer/zooey/posix-locale/src/tests/system/libroot/posix/locale_test.cpp 2010-07-02 18:37:56 UTC (rev 37352) @@ -23,7 +23,8 @@ "de_DE@euro", "de_DE@EURO", "de_DE.utf-8@Euro", - "en_US.ANSI_X3.4-1968", + "en_US", + "en_US.US-ASCII", // TODO: check why this fails "hr_HR.ISO-8859-2", "POSIX", "C", @@ -147,8 +148,8 @@ int main(void) { -// test_setlocale(); -// test_localeconv(); + test_setlocale(); + test_localeconv(); test_strftime(); return 0;