Index: /trunk/src/VBox/Runtime/common/misc/uri.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/uri.cpp	(revision 57981)
+++ /trunk/src/VBox/Runtime/common/misc/uri.cpp	(revision 57982)
@@ -815,8 +815,4 @@
                             rc = RTStrCatPEx(&pszTmp, &cbTmp, &pszUri[Parsed.offAuthority], Parsed.cchAuthority);
                     }
-                    else
-                    {
-
-                    }
                 }
 
Index: /trunk/src/VBox/Runtime/testcase/tstRTUri.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTUri.cpp	(revision 57981)
+++ /trunk/src/VBox/Runtime/testcase/tstRTUri.cpp	(revision 57982)
@@ -544,9 +544,9 @@
     for (size_t i = 0; i < RT_ELEMENTS(g_apCreateFileURIs); ++i)
     {
-        RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "#%u: Path=%s, URL=%s\n", i, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].pcszUri);
+        RTTestPrintf(hTest, RTTESTLVL_DEBUG, "#%u: Path=%s, URL=%s\n", i, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].pcszUri);
         char szPath[255] = { 0 };
         DWORD dw = 255;
         PathCreateFromUrl(g_apCreateFileURIs[i].pcszUri, szPath, &dw, NULL);
-        RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "\tPathCreateFromUrl: %s -> %s\n", g_apCreateFileURIs[i].pcszUri, szPath);
+        RTTestPrintf(hTest, RTTESTLVL_DEBUG, "\tPathCreateFromUrl: %s -> %s\n", g_apCreateFileURIs[i].pcszUri, szPath);
         char szURL[255] = { 0 };
         dw = 255;
@@ -555,5 +555,5 @@
         dw = 255;
         UrlEscape(szURL, szURLEsc, &dw, URL_ESCAPE_SEGMENT_ONLY);
-        RTTestPrintf(hTest, RTTESTLVL_ALWAYS, "\tUrlCreateFromPath: %s -> %s\n", g_apCreateFileURIs[i].pcszPath, szURLEsc);
+        RTTestPrintf(hTest, RTTESTLVL_DEBUG, "\tUrlCreateFromPath: %s -> %s\n", g_apCreateFileURIs[i].pcszPath, szURLEsc);
     }
 # endif
@@ -563,5 +563,5 @@
     RTTestISub("RTUriFilePath");
     for (size_t i = 0; i < RT_ELEMENTS(g_apCreateFileURIs); ++i)
-        tstFilePath(i,  g_apCreateFileURIs[i].pcszUri, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].uFormat);
+        tstFilePath(i, g_apCreateFileURIs[i].pcszUri, g_apCreateFileURIs[i].pcszPath, g_apCreateFileURIs[i].uFormat);
 
     /* File Uri creation */
