- Timestamp:
- Oct 6, 2015 5:43:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTUri.cpp
r58060 r58061 454 454 /* UrlCreateFromPath = "file:///cifsserver/isos/files.lst" - differs */ 455 455 }, 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 456 476 }; 457 477
Note:
See TracChangeset
for help on using the changeset viewer.