VirtualBox

Ignore:
Timestamp:
Mar 24, 2011 5:25:33 PM (14 years ago)
Author:
vboxsync
Message:

GuestProps: TRANSRESET implies TRANSIENT, return it for old additions and API users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp

    r36375 r36412  
    8181    { "rdonlyhost     ",                                "RDONLYHOST" },
    8282    { "transient, transreset, rdonlyhost",              "TRANSIENT, RDONLYHOST, TRANSRESET" },
    83     { "transient, transreset, rdonlyguest",             "TRANSIENT, RDONLYGUEST, TRANSRESET" },
    84     { "rdonlyguest, rdonlyhost",                        "READONLY" }
     83    { "transient, transreset, rdonlyguest",             "TRANSIENT, RDONLYGUEST, TRANSRESET" },     /* max length */
     84    { "rdonlyguest, rdonlyhost",                        "READONLY" },
     85    { "transient,   transreset, ",                      "TRANSIENT, TRANSRESET" }, /* Don't combine them ... */
     86    { "transreset, ",                                   "TRANSIENT, TRANSRESET" }, /* ... instead expand transreset for old adds. */
    8587};
    8688
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