Changeset 69658 in vbox for trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
- Timestamp:
- Nov 11, 2017 11:32:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
r69657 r69658 112 112 RTTESTI_CHECK_RC_OK(rc); 113 113 114 RTTestISub("Testing VBOX_SHARED_CLIPBOARD_FN_GET_HOST_MSG, one format, waiting guest call.");114 RTTestISub("Testing FN_GET_HOST_MSG, one format, waiting guest call."); 115 115 RT_ZERO(g_Client); 116 116 parms[0].setUInt32(0); … … 130 130 RTTESTI_CHECK_RC(call.rc, VERR_TRY_AGAIN); /* This call should not complete yet. */ 131 131 132 RTTestISub("Testing VBOX_SHARED_CLIPBOARD_FN_GET_HOST_MSG, one format, no waiting guest calls.");132 RTTestISub("Testing FN_GET_HOST_MSG, one format, no waiting guest calls."); 133 133 RT_ZERO(g_Client); 134 134 vboxSvcClipboardReportMsg (&g_Client, VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA, … … 147 147 RTTESTI_CHECK_RC(call.rc, VERR_TRY_AGAIN); /* This call should not complete yet. */ 148 148 149 RTTestISub("Testing VBOX_SHARED_CLIPBOARD_FN_GET_HOST_MSG, two formats, waiting guest call.");149 RTTestISub("Testing FN_GET_HOST_MSG, two formats, waiting guest call."); 150 150 RT_ZERO(g_Client); 151 151 parms[0].setUInt32(0); … … 171 171 RTTESTI_CHECK_RC(call.rc, VERR_TRY_AGAIN); /* This call should not complete yet. */ 172 172 173 RTTestISub("Testing VBOX_SHARED_CLIPBOARD_FN_GET_HOST_MSG, two formats, no waiting guest calls.");173 RTTestISub("Testing FN_GET_HOST_MSG, two formats, no waiting guest calls."); 174 174 RT_ZERO(g_Client); 175 175 vboxSvcClipboardReportMsg (&g_Client, VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA,
Note:
See TracChangeset
for help on using the changeset viewer.