Corrected comment

pull/1/head
Tatsuhiro Tsujikawa 2007-12-08 10:49:20 +00:00
parent 5941a00f65
commit 7bf2c7751f
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ void AuthConfigFactoryTest::testCreateAuthConfig_ftp()
CPPUNIT_ASSERT_EQUAL(string("userDefinedUser:userDefinedPassword"),
factory.createAuthConfig(req)->getAuthText());
// username and password in URI: disabled by default.
// username and password in URI
req->setUrl("ftp://aria2user:aria2password@localhost/download/aria2-1.0.0.tar.bz2");
CPPUNIT_ASSERT_EQUAL(string("aria2user:aria2password"),
factory.createAuthConfig(req)->getAuthText());