Pray tell why the fuck is the comment in the test
This commit is contained in:
parent
9f4ba1c7bd
commit
55cfd65954
@ -256,8 +256,8 @@ void tst_ConfigManager::CommandInfo()
|
||||
void tst_ConfigManager::iprangeBans()
|
||||
{
|
||||
QStringList l_ipranges = ConfigManager::iprangeBans();
|
||||
QCOMPARE(l_ipranges.at(0), "# Test nets");
|
||||
QCOMPARE(l_ipranges.at(1), "192.0.2.0/24");
|
||||
QCOMPARE(l_ipranges.at(0), "192.0.2.0/24");
|
||||
QCOMPARE(l_ipranges.at(1), "198.51.100.0/24");
|
||||
}
|
||||
|
||||
void tst_ConfigManager::maxPlayers()
|
||||
|
Loading…
Reference in New Issue
Block a user