summaryrefslogtreecommitdiffstats
path: root/tools/workben
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-20 15:13:22 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-20 15:13:22 +0000
commitfc8c267f2a299291c81bff244dc463d470ca784b (patch)
treef97f20cc40a30581b5b9df9ef428449c8b0f4e8a /tools/workben
parentINTEGRATION: CWS sb55 (1.56.20); FILE MERGED (diff)
downloadcore-fc8c267f2a299291c81bff244dc463d470ca784b.tar.gz
core-fc8c267f2a299291c81bff244dc463d470ca784b.zip
INTEGRATION: CWS sb55 (1.33.20); FILE MERGED
2006/07/12 14:35:56 sb 1.33.20.1: #i65518# Added INET_PROT_SMB (based on a patch by radekdoulik).
Diffstat (limited to 'tools/workben')
-rw-r--r--tools/workben/urltest.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/workben/urltest.cxx b/tools/workben/urltest.cxx
index 51fed78024d0..4c3172c6a643 100644
--- a/tools/workben/urltest.cxx
+++ b/tools/workben/urltest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: urltest.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 12:10:39 $
+ * last change: $Author: kz $ $Date: 2006-07-20 16:13:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1212,7 +1212,11 @@ main()
{ "http://[0:0:0:0:0:0:13.1.68.3]/",
"http://[0:0:0:0:0:0:13.1.68.3]/" },
{ "http://[0:0:0:0:0:FFFF:129.144.52.38]/",
- "http://[0:0:0:0:0:ffff:129.144.52.38]/" } };
+ "http://[0:0:0:0:0:ffff:129.144.52.38]/" },
+ { "smb://", "smb:///" },
+ { "smb://foo", "smb://foo/" },
+ { "smb://x;foo:bar@baz.xyz:12345/ab?cd",
+ "smb://x;foo:bar@baz.xyz:12345/ab?cd" } };
for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i)
{
INetURLObject aUrl(aTest[i].m_pInput);