Bläddra i källkod

Corrected comment

Tatsuhiro Tsujikawa 18 år sedan
förälder
incheckning
7bf2c7751f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      test/AuthConfigFactoryTest.cc

+ 1 - 1
test/AuthConfigFactoryTest.cc

@@ -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());