2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Untabify. Fixed one line in copyright which is longer than 80
	columns.
	* src
	* test
This commit is contained in:
Tatsuhiro Tsujikawa 2010-01-05 16:01:46 +00:00
parent 338e8aca09
commit 4db349c1f3
827 changed files with 7343 additions and 7336 deletions

View file

@ -59,7 +59,7 @@ void RequestGroupManTest::testIsSameFileBeingDownloaded()
rg2->setDownloadContext(dctx2);
RequestGroupMan gm(std::deque<SharedHandle<RequestGroup> >(), 1,
_option.get());
_option.get());
gm.addRequestGroup(rg1);
gm.addRequestGroup(rg2);
@ -106,7 +106,7 @@ void RequestGroupManTest::testLoadServerStat()
std::cerr << "testLoadServerStat" << std::endl;
CPPUNIT_ASSERT(rm.loadServerStat(f.getPath()));
SharedHandle<ServerStat> ss_localhost = rm.findServerStat("localhost",
"http");
"http");
CPPUNIT_ASSERT(!ss_localhost.isNull());
CPPUNIT_ASSERT_EQUAL(std::string("localhost"), ss_localhost->getHostname());
}