VirtualBox

Ignore:
Timestamp:
Nov 21, 2023 9:42:06 AM (14 months ago)
Author:
vboxsync
Message:

Shared Clipboard/tstClipboardHttpServer: Further decreased test file sizes, as it seems it's still too much for the testboxes to execute w/o being hit by timeouts. bugref:9437

File:
1 edited

Legend:

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

    r102163 r102180  
    6666} g_aTests[] =
    6767{
    68     "file1.txt",                          "file1.txt",                  UINT64_MAX, VINF_SUCCESS,
     68    "file1.txt",                          "file1.txt",                  _64K,      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",  _64K,      VINF_SUCCESS,
     71    "bigfile.bin",                        "bigfile.bin",                _512M,      VINF_SUCCESS,
    7272    "zerobytes",                          "zerobytes",                  0,          VINF_SUCCESS,
    7373    "file\\with\\slashes",                "file%5Cwith%5Cslashes",      42,         VINF_SUCCESS,
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