Author: jgardou
Date: Sun Dec 9 03:39:12 2012
New Revision: 57835
URL:
http://svn.reactos.org/svn/reactos?rev=57835&view=rev
Log:
[MSVCRT_WINETEST]
- ROSTESTS-91 #comment Fixed with r57833 and r57834 #resolve
Modified:
trunk/rostests/winetests/msvcrt/locale.c
Modified: trunk/rostests/winetests/msvcrt/locale.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/msvcrt/locale.c…
==============================================================================
--- trunk/rostests/winetests/msvcrt/locale.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/msvcrt/locale.c [iso-8859-1] Sun Dec 9 03:39:12 2012
@@ -622,7 +622,6 @@
ok(!ret, "ret == TRUE\n");
}
-#if ROSTESTS_91_IS_FIXED
static void test__Gettnames(void)
{
struct {
@@ -742,7 +741,6 @@
setlocale(LC_ALL, "C");
}
-#endif
static void test___mb_cur_max_func(void)
{
@@ -799,8 +797,6 @@
test_crtGetStringTypeW();
test_setlocale();
-#if ROSTESTS_91_IS_FIXED
test__Gettnames();
-#endif
test___mb_cur_max_func();
}