aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_util.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_util.cxx')
-rw-r--r--test/test_util.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_util.cxx b/test/test_util.cxx
index a472391a3..07bcacbe9 100644
--- a/test/test_util.cxx
+++ b/test/test_util.cxx
@@ -44,6 +44,8 @@ public:
uri_remove_auth("http://foo@www.example.com/"));
CPPUNIT_ASSERT_EQUAL(std::string(),
uri_remove_auth("http://www.example.com/f:oo@bar"));
+ CPPUNIT_ASSERT_EQUAL(std::string("ftp://ftp.example.com/"),
+ uri_remove_auth("ftp://foo:bar@ftp.example.com/"));
}
};