VirtualBox

Changeset 44199 in vbox


Ignore:
Timestamp:
Dec 23, 2012 12:27:34 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82948
Message:

Shorter test names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp

    r39240 r44199  
    432432static void testSetProp(VBOXHGCMSVCFNTABLE *pTable)
    433433{
    434     RTTestISub("SET_PROP, SET_PROP_VALUE, SET_PROP_HOST, SET_PROP_VALUE_HOST");
     434    RTTestISub("SET_PROP, _VALUE, _HOST, _VALUE_HOST");
    435435
    436436    /** Array of properties for testing SET_PROP_HOST and _GUEST. */
     
    746746static void setupAsyncNotification(VBOXHGCMSVCFNTABLE *pTable)
    747747{
    748     RTTestISub("Asynchronous GET_NOTIFICATION call with no notifications are available");
     748    RTTestISub("Async GET_NOTIFICATION without notifications");
    749749    static char s_szPattern[] = "";
    750750
     
    797797    setupAsyncNotification(&svcTable);
    798798    testSetProp(&svcTable);
    799     RTTestISub("Checking the data returned by the asynchronous notification call");
     799    RTTestISub("Async notification call data");
    800800    testAsyncNotification(&svcTable); /* Our previous notification call should have completed by now. */
    801801
     
    839839static void testSetPropROGuest(VBOXHGCMSVCFNTABLE *pTable)
    840840{
    841     RTTestISub("SET_PROP, SET_PROP_VALUE, SET_PROP_HOST and SET_PROP_VALUE_HOST calls with READONLYGUEST set globally");
     841    RTTestISub("global READONLYGUEST and SET_PROP*");
    842842
    843843    /** Array of properties for testing SET_PROP_HOST and _GUEST with the
     
    909909static void testDelPropROGuest(VBOXHGCMSVCFNTABLE *pTable)
    910910{
    911     RTTestISub("DEL_PROP and DEL_PROP_HOST calls with RDONLYGUEST set globally");
     911    RTTestISub("global READONLYGUEST and DEL_PROP*");
    912912
    913913    /** Array of properties for testing DEL_PROP_HOST and _GUEST with
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