VirtualBox

Changeset 102163 in vbox


Ignore:
Timestamp:
Nov 20, 2023 5:43:04 PM (15 months ago)
Author:
vboxsync
Message:

Shared Clipboard/tstClipboardHttpServer: Added some more tests (Korean encoding and such). bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp

    r102161 r102163  
    6666} g_aTests[] =
    6767{
    68     "file1.txt",                          "file1.txt",                 UINT64_MAX, VINF_SUCCESS,
     68    "file1.txt",                          "file1.txt",                  UINT64_MAX, VINF_SUCCESS,
    6969    /* 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
    7276};
    7377
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