VirtualBox

Changeset 45257 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 30, 2013 8:34:52 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84642
Message:

tstUtf8: More details on VERR_NO_TRANSLATION/RTStrUtf8ToCurrentCP on testboxsh1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstUtf8.cpp

    r45253 r45257  
    55
    66/*
    7  * Copyright (C) 2006-2012 Oracle Corporation
     7 * Copyright (C) 2006-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3030#include <iprt/string.h>
    3131
     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>
    3240#include <iprt/uni.h>
    3341#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>
    4142
    4243
     
    13991400    {
    14001401        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"));
    14021404        RTStrFree(pszOut);
    14031405    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette