Changeset 44199 in vbox
- Timestamp:
- Dec 23, 2012 12:27:34 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82948
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r39240 r44199 432 432 static void testSetProp(VBOXHGCMSVCFNTABLE *pTable) 433 433 { 434 RTTestISub("SET_PROP, SET_PROP_VALUE, SET_PROP_HOST, SET_PROP_VALUE_HOST");434 RTTestISub("SET_PROP, _VALUE, _HOST, _VALUE_HOST"); 435 435 436 436 /** Array of properties for testing SET_PROP_HOST and _GUEST. */ … … 746 746 static void setupAsyncNotification(VBOXHGCMSVCFNTABLE *pTable) 747 747 { 748 RTTestISub("Async hronous GET_NOTIFICATION call with no notifications are available");748 RTTestISub("Async GET_NOTIFICATION without notifications"); 749 749 static char s_szPattern[] = ""; 750 750 … … 797 797 setupAsyncNotification(&svcTable); 798 798 testSetProp(&svcTable); 799 RTTestISub(" Checking the data returned by the asynchronous notification call");799 RTTestISub("Async notification call data"); 800 800 testAsyncNotification(&svcTable); /* Our previous notification call should have completed by now. */ 801 801 … … 839 839 static void testSetPropROGuest(VBOXHGCMSVCFNTABLE *pTable) 840 840 { 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*"); 842 842 843 843 /** Array of properties for testing SET_PROP_HOST and _GUEST with the … … 909 909 static void testDelPropROGuest(VBOXHGCMSVCFNTABLE *pTable) 910 910 { 911 RTTestISub(" DEL_PROP and DEL_PROP_HOST calls with RDONLYGUEST set globally");911 RTTestISub("global READONLYGUEST and DEL_PROP*"); 912 912 913 913 /** Array of properties for testing DEL_PROP_HOST and _GUEST with
Note:
See TracChangeset
for help on using the changeset viewer.