VirtualBox

Changeset 58061 in vbox for trunk


Ignore:
Timestamp:
Oct 6, 2015 5:43:43 PM (9 years ago)
Author:
vboxsync
Message:

tstRTUri: Added two tests where we're not doing the right thing (disabled) wrt to localhost and pipe char.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTUri.cpp

    r58060 r58061  
    454454        /* UrlCreateFromPath =   "file:///cifsserver/isos/files.lst" - differs */
    455455    },
     456#if 0 /** @todo r=bird: this ain't working right. It's in the wikipedia article on file:// ... */
     457    {   /* #16: */
     458        /* .pszPath          =*/ "c:boot.ini",
     459        /* .pszUri           =*/ "file://localhost/c:boot.ini",
     460        /* .uFormat          =*/ URI_FILE_FORMAT_WIN,
     461        /* .pszCreatedPath   =*/ NULL,    /* Same as pszPath. */
     462        /* .pszCreatedUri    =*/ "file:///c:boot.ini",
     463        /* PathCreateFromUrl =   "c:boot.ini" - same */
     464        /* UrlCreateFromPath =   "file:///c:boot.ini" - same */
     465    },
     466    {   /* #17: */
     467        /* .pszPath          =*/ "c:boot.ini",
     468        /* .pszUri           =*/ "file:///c|boot.ini",
     469        /* .uFormat          =*/ URI_FILE_FORMAT_WIN,
     470        /* .pszCreatedPath   =*/ NULL,    /* Same as pszPath. */
     471        /* .pszCreatedUri    =*/ "file:///c:boot.ini",
     472        /* PathCreateFromUrl =   "c:boot.ini" - same */
     473        /* UrlCreateFromPath =   "file:///c:boot.ini" - same */
     474    },
     475#endif
    456476};
    457477
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