2010-09-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Replaced V_TRUE with A2_V_TRUE. Replaced V_FALSE with A2_V_FALSE. * src/AbstractCommand.cc * src/HttpResponseCommand.cc * src/Option.cc * src/OptionHandlerFactory.cc * src/OptionHandlerImpl.h * src/TrackerWatcherCommand.cc * src/download_helper.cc * src/main.cc * src/prefs.cc * src/prefs.h * test/AuthConfigFactoryTest.cc * test/DefaultBtProgressInfoFileTest.cc * test/DownloadHelperTest.cc * test/HttpRequestTest.cc * test/OptionHandlerTest.cc * test/UTMetadataPostDownloadHandlerTest.cc * test/XmlRpcMethodTest.cc
This commit is contained in:
@@ -116,7 +116,7 @@ void UTMetadataPostDownloadHandlerTest::testGetNextRequestGroups()
|
||||
|
||||
results.clear();
|
||||
|
||||
requestGroup_->getOption()->put(PREF_BT_SAVE_METADATA, V_TRUE);
|
||||
requestGroup_->getOption()->put(PREF_BT_SAVE_METADATA, A2_V_TRUE);
|
||||
handler.getNextRequestGroups(results, requestGroup_.get());
|
||||
CPPUNIT_ASSERT(trfile.exists());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user