You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/advanced_test.cpp
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,6 @@ int main(int argc, char *argv[])
92
92
#else
93
93
usleep((rand()%3000)*1000);
94
94
#endif
95
-
break;
96
95
}
97
96
98
97
#ifdef WIN32
@@ -103,11 +102,8 @@ int main(int argc, char *argv[])
103
102
// sorry guys, this test is in russian
104
103
#ifdef LOG4Z_OEM_CONSOLE
105
104
LOGI("(LOG4Z_OEM_CONSOLE enabled)");
106
-
#else
107
-
LOGI("(LOG4Z_OEM_CONSOLE disabled)");
108
-
#endif
109
-
LOGI("Following string should be in CP1251 if compiled without LOG4Z_OEM_CONSOLE and in OEM coding if compiled with LOG4Z_OEM_CONSOLE (for RU locale oem=866)");
110
-
std::fstream fs;
105
+
LOGI("Following string should be in CP1251 if compiled without LOG4Z_OEM_CONSOLE and in OEM coding if compiled with LOG4Z_OEM_CONSOLE (for RU locale oem=866)");
0 commit comments