Changeset 45257 in vbox for trunk/src/VBox
- Timestamp:
- Mar 30, 2013 8:34:52 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstUtf8.cpp
r45253 r45257 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 30 30 #include <iprt/string.h> 31 31 32 #include <iprt/alloc.h> 33 #include <iprt/assert.h> 34 #include <iprt/env.h> 35 #include <iprt/err.h> 36 #include <iprt/rand.h> 37 #include <iprt/stream.h> 38 #include <iprt/test.h> 39 #include <iprt/time.h> 32 40 #include <iprt/uni.h> 33 41 #include <iprt/uuid.h> 34 #include <iprt/time.h>35 #include <iprt/stream.h>36 #include <iprt/alloc.h>37 #include <iprt/assert.h>38 #include <iprt/err.h>39 #include <iprt/rand.h>40 #include <iprt/test.h>41 42 42 43 … … 1399 1400 { 1400 1401 RTTESTI_CHECK(!strcmp(pszOut, pszTest1)); 1401 RTTestIPrintf(RTTESTLVL_ALWAYS, "CurrentCP is UTF-8 or similar\n"); 1402 RTTestIPrintf(RTTESTLVL_ALWAYS, "CurrentCP is UTF-8 or similar (LC_ALL=%s LANG=%s LC_CTYPE=%s)\n", 1403 RTEnvGet("LC_ALL"), RTEnvGet("LANG"), RTEnvGet("LC_CTYPE")); 1402 1404 RTStrFree(pszOut); 1403 1405 }
Note:
See TracChangeset
for help on using the changeset viewer.