mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Rewritten FeatureConfig into set of functions
This commit is contained in:
parent
e2340efe27
commit
9d294741fd
7 changed files with 126 additions and 185 deletions
|
@ -741,9 +741,7 @@ void RpcMethodTest::testGetVersion()
|
|||
features += s->s();
|
||||
features += ", ";
|
||||
}
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(FeatureConfig::getInstance()->featureSummary()+", ",
|
||||
features);
|
||||
CPPUNIT_ASSERT_EQUAL(featureSummary()+", ", features);
|
||||
}
|
||||
|
||||
void RpcMethodTest::testGatherStoppedDownload()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue