Changeset 102163 in vbox
- Timestamp:
- Nov 20, 2023 5:43:04 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
r102161 r102163 66 66 } g_aTests[] = 67 67 { 68 "file1.txt", "file1.txt", UINT64_MAX, VINF_SUCCESS,68 "file1.txt", "file1.txt", UINT64_MAX, 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", UINT64_MAX, VINF_SUCCESS, 71 "bigfile.bin", "bigfile.bin", _1G64, VINF_SUCCESS, 72 "zerobytes", "zerobytes", 0, VINF_SUCCESS, 73 "file\\with\\slashes", "file%5Cwith%5Cslashes", 42, VINF_SUCCESS, 74 /* Korean encoding. */ 75 "VirtualBox가 크게 성공했습니다!", "VirtualBox%EA%B0%80%20%ED%81%AC%EA%B2%8C%20%EC%84%B1%EA%B3%B5%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4%21", 42, VINF_SUCCESS 72 76 }; 73 77
Note:
See TracChangeset
for help on using the changeset viewer.