- Timestamp:
- Nov 18, 2023 5:53:25 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
r102141 r102146 61 61 /** File allocation size. 62 62 * Specify UINT64_MAX for random size. */ 63 size_tcbSize;63 uint64_t cbSize; 64 64 /** Expected test result. */ 65 65 int rc; … … 69 69 /* Note: For RTHttpGetFile() the URL needs to be percent-encoded. */ 70 70 "file2 with spaces.txt", "file2%20with%20spaces.txt", UINT64_MAX, VINF_SUCCESS, 71 "bigfile.bin", "bigfile.bin", _1G ,VINF_SUCCESS71 "bigfile.bin", "bigfile.bin", _1G64, VINF_SUCCESS 72 72 }; 73 73
Note:
See TracChangeset
for help on using the changeset viewer.