#461: removed options "SaveQueue" and "ReloadQueue"

This commit is contained in:
Andrey Prygunkov
2017-10-28 16:17:45 +02:00
parent d31a734a5c
commit af111adbde
10 changed files with 27 additions and 34 deletions

View File

@@ -64,7 +64,6 @@ void TestNzb(std::string testFilename)
TEST_CASE("Nzb parser", "[NzbFile][TestData]")
{
Options::CmdOptList cmdOpts;
cmdOpts.push_back("SaveQueue=no");
Options options(&cmdOpts, nullptr);
TestNzb("dotless");