VirtualBox

Ignore:
Timestamp:
Nov 11, 2017 11:32:07 AM (7 years ago)
Author:
vboxsync
Message:

HostServices/SharedClipboard/testcase: shorten test names.
bugref:9041: clipboard sharing on macOS host is brittle, Guest->Host direction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp

    r69657 r69658  
    112112    RTTESTI_CHECK_RC_OK(rc);
    113113
    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.");
    115115    RT_ZERO(g_Client);
    116116    parms[0].setUInt32(0);
     
    130130    RTTESTI_CHECK_RC(call.rc, VERR_TRY_AGAIN);  /* This call should not complete yet. */
    131131
    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.");
    133133    RT_ZERO(g_Client);
    134134    vboxSvcClipboardReportMsg (&g_Client, VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA,
     
    147147    RTTESTI_CHECK_RC(call.rc, VERR_TRY_AGAIN);  /* This call should not complete yet. */
    148148
    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.");
    150150    RT_ZERO(g_Client);
    151151    parms[0].setUInt32(0);
     
    171171    RTTESTI_CHECK_RC(call.rc, VERR_TRY_AGAIN);  /* This call should not complete yet. */
    172172
    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.");
    174174    RT_ZERO(g_Client);
    175175    vboxSvcClipboardReportMsg (&g_Client, VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA,
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