VirtualBox

Changeset 50694 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Mar 5, 2014 10:03:03 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92645
Message:

a few unimportant format string fixes

Location:
trunk/src/VBox/Runtime/testcase
Files:
2 edited

Legend:

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

    r48935 r50694  
    55
    66/*
    7  * Copyright (C) 2008-2011 Oracle Corporation
     7 * Copyright (C) 2008-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    120120    if (fCallbacks && cRetainerCalls != 0)
    121121    {
    122         RTPrintf("tstHandleTable: FAILURE (%d) - cRetainerCalls=%#x expected 0!\n", __LINE__, i, cRetainerCalls);
     122        RTPrintf("tstHandleTable: FAILURE (%d) - cRetainerCalls=%#x expected 0!\n", __LINE__, cRetainerCalls);
    123123        g_cErrors++;
    124124    }
     
    244244                {
    245245                    RTPrintf("\ntstHandleTable: FAILURE (%d) - i=%d, j=%d, RTHandleTableLookupWithCtx: succeeded with bad context\n",
    246                              __LINE__, i, j, pvObj, pvExpect);
     246                             __LINE__, i, j);
    247247                    g_cErrors++;
    248248                }
  • trunk/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp

    r44528 r50694  
    55
    66/*
    7  * Copyright (C) 2008-2011 Oracle Corporation
     7 * Copyright (C) 2008-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    101101    if (aMem == NULL)
    102102    {
    103         RTPrintf("tstMemAutoPtr(%d): Destructor called with NILL handle!\n");
     103        RTPrintf("tstMemAutoPtr(): Destructor called with NULL handle!\n");
    104104        g_cErrors++;
    105105    }
    106106    else if (!VALID_PTR(aMem))
    107107    {
    108         RTPrintf("tstMemAutoPtr(%d): Destructor called with a bad handle %p\n", aMem);
     108        RTPrintf("tstMemAutoPtr(): Destructor called with a bad handle %p\n", aMem);
    109109        g_cErrors++;
    110110    }
Note: See TracChangeset for help on using the changeset viewer.

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