- Timestamp:
- May 24, 2024 12:58:53 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardGH-X11.cpp
r104693 r104774 499 499 if (cbActual != cbExp) 500 500 { 501 RTTestFailed(hTest, "Returned string is the wrong size: got size %u, expected %u\n", cbActual, cb Actual);501 RTTestFailed(hTest, "Returned string is the wrong size: got size %u, expected %u\n", cbActual, cbExp); 502 502 } 503 503 else … … 680 680 tstClipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING, 681 681 "hello\r\nworld", sizeof("hello\r\nworld"), 8); 682 tstStringFromX11(hTest, &X11Ctx, "hello\r\ r\nworld", VINF_SUCCESS);682 tstStringFromX11(hTest, &X11Ctx, "hello\r\nworld", VINF_SUCCESS); 683 683 /* With an embedded LFCR */ 684 684 tstClipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING,
Note:
See TracChangeset
for help on using the changeset viewer.