- Timestamp:
- Oct 6, 2015 6:00:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTUri.cpp
r58062 r58063 456 456 #if 0 /** @todo r=bird: this ain't working right. It's in the wikipedia article on file:// ... */ 457 457 { /* #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: */ 458 467 /* .pszPath =*/ "c:boot.ini", 459 468 /* .pszUri =*/ "file://localhost/c:boot.ini", … … 464 473 /* UrlCreateFromPath = "file:///c:boot.ini" - same */ 465 474 }, 466 { /* #1 7: */475 { /* #18: */ 467 476 /* .pszPath =*/ "c:boot.ini", 468 477 /* .pszUri =*/ "file:///c|boot.ini",
Note:
See TracChangeset
for help on using the changeset viewer.