refs #921, renaming follow ups

This commit is contained in:
Klaus Basan
2017-03-29 02:14:53 +02:00
committed by Mathew Sutcliffe
parent 0b29ef3f78
commit 929e2883d0
7 changed files with 9 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ namespace BlackGui
// add swift test servers in case we have no servers:
// this is debug/bootstrap feature we can continue to test when something goes wrong
if (serverList.isEmpty() && (CBuildConfig::isBetaTest() || sGui->isRunningInDeveloperEnvironment()))
if (serverList.isEmpty() && (CBuildConfig::isDevBranch() || sGui->isRunningInDeveloperEnvironment()))
{
serverList.push_back(sGui->getGlobalSetup().getFsdTestServersPlusHardcodedServers());
}