VirtualBox

Changeset 58063 in vbox for trunk


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

tstRTUri: Added an actual UNC test, which fails, so it's disabled.

File:
1 edited

Legend:

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

    r58062 r58063  
    456456#if 0 /** @todo r=bird: this ain't working right. It's in the wikipedia article on file:// ... */
    457457    {   /* #16: */
     458        /* .pszPath          =*/ "\\\\cifsserver\\isos\\files.lst",
     459        /* .pszUri           =*/ "file:////cifsserver/isos/files.lst",
     460        /* .uFormat          =*/ URI_FILE_FORMAT_WIN,
     461        /* .pszCreatedPath   =*/ NULL,    /* Same as pszPath. */
     462        /* .pszCreatedUri    =*/ "file://cifsserver/isos/files.lst",
     463        /* PathCreateFromUrl =   "\\\\cifsserver\\isos\\files.lst" - same */
     464        /* UrlCreateFromPath =   "file:////cifsserver/isos/files.lst" - differs */
     465    },
     466    {   /* #17: */
    458467        /* .pszPath          =*/ "c:boot.ini",
    459468        /* .pszUri           =*/ "file://localhost/c:boot.ini",
     
    464473        /* UrlCreateFromPath =   "file:///c:boot.ini" - same */
    465474    },
    466     {   /* #17: */
     475    {   /* #18: */
    467476        /* .pszPath          =*/ "c:boot.ini",
    468477        /* .pszUri           =*/ "file:///c|boot.ini",
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