Changeset 102180 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/testcase
- Timestamp:
- Nov 21, 2023 9:42:06 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
r102163 r102180 66 66 } g_aTests[] = 67 67 { 68 "file1.txt", "file1.txt", UINT64_MAX,VINF_SUCCESS,68 "file1.txt", "file1.txt", _64K, VINF_SUCCESS, 69 69 /* Note: For RTHttpGetFile() the URL needs to be percent-encoded. */ 70 "file2 with spaces.txt", "file2%20with%20spaces.txt", UINT64_MAX,VINF_SUCCESS,71 "bigfile.bin", "bigfile.bin", _ 1G64, VINF_SUCCESS,70 "file2 with spaces.txt", "file2%20with%20spaces.txt", _64K, VINF_SUCCESS, 71 "bigfile.bin", "bigfile.bin", _512M, VINF_SUCCESS, 72 72 "zerobytes", "zerobytes", 0, VINF_SUCCESS, 73 73 "file\\with\\slashes", "file%5Cwith%5Cslashes", 42, VINF_SUCCESS,
Note:
See TracChangeset
for help on using the changeset viewer.