VirtualBox

Changeset 57982 in vbox


Ignore:
Timestamp:
Oct 1, 2015 11:23:52 AM (9 years ago)
Author:
vboxsync
Message:

Nits.

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/uri.cpp

    r57981 r57982  
    815815                            rc = RTStrCatPEx(&pszTmp, &cbTmp, &pszUri[Parsed.offAuthority], Parsed.cchAuthority);
    816816                    }
    817                     else
    818                     {
    819 
    820                     }
    821817                }
    822818
  • trunk/src/VBox/Runtime/testcase/tstRTUri.cpp

    r57981 r57982  
    544544    for (size_t i = 0; i < RT_ELEMENTS(g_apCreateFileURIs); ++i)
    545545    {
    546         RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "#%u: Path=%s, URL=%s\n", i, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].pcszUri);
     546        RTTestPrintf(hTest, RTTESTLVL_DEBUG, "#%u: Path=%s, URL=%s\n", i, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].pcszUri);
    547547        char szPath[255] = { 0 };
    548548        DWORD dw = 255;
    549549        PathCreateFromUrl(g_apCreateFileURIs[i].pcszUri, szPath, &dw, NULL);
    550         RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "\tPathCreateFromUrl: %s -> %s\n", g_apCreateFileURIs[i].pcszUri, szPath);
     550        RTTestPrintf(hTest, RTTESTLVL_DEBUG, "\tPathCreateFromUrl: %s -> %s\n", g_apCreateFileURIs[i].pcszUri, szPath);
    551551        char szURL[255] = { 0 };
    552552        dw = 255;
     
    555555        dw = 255;
    556556        UrlEscape(szURL, szURLEsc, &dw, URL_ESCAPE_SEGMENT_ONLY);
    557         RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "\tUrlCreateFromPath: %s -> %s\n", g_apCreateFileURIs[i].pcszPath, szURLEsc);
     557        RTTestPrintf(hTest, RTTESTLVL_DEBUG, "\tUrlCreateFromPath: %s -> %s\n", g_apCreateFileURIs[i].pcszPath, szURLEsc);
    558558    }
    559559# endif
     
    563563    RTTestISub("RTUriFilePath");
    564564    for (size_t i = 0; i < RT_ELEMENTS(g_apCreateFileURIs); ++i)
    565         tstFilePath(i,  g_apCreateFileURIs[i].pcszUri, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].uFormat);
     565        tstFilePath(i, g_apCreateFileURIs[i].pcszUri, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].uFormat);
    566566
    567567    /* File Uri creation */
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