mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
2010-11-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed SharedHandle::isNull(). Instead we added operator* and operator unspecified_bool_type. Removed use of WeakHandle and replaced with raw pointer.
This commit is contained in:
parent
f6f5a7e5ee
commit
93e5dbed32
181 changed files with 911 additions and 876 deletions
|
@ -110,7 +110,7 @@ void RequestGroupManTest::testLoadServerStat()
|
|||
CPPUNIT_ASSERT(rm.loadServerStat(f.getPath()));
|
||||
SharedHandle<ServerStat> ss_localhost = rm.findServerStat("localhost",
|
||||
"http");
|
||||
CPPUNIT_ASSERT(!ss_localhost.isNull());
|
||||
CPPUNIT_ASSERT(ss_localhost);
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("localhost"), ss_localhost->getHostname());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue