Skip to content
Snippets Groups Projects
Commit f411b5f8 authored by Drake Arconis's avatar Drake Arconis
Browse files

Disable tests not relevent to our gridmanager usage

parent 85314be9
No related branches found
No related tags found
No related merge requests found
...@@ -197,9 +197,9 @@ namespace tut ...@@ -197,9 +197,9 @@ namespace tut
ensure_equals("id for agni", ensure_equals("id for agni",
std::string("Agni"), std::string("Agni"),
LLGridManager::getInstance()->getGridId("util.agni.lindenlab.com")); LLGridManager::getInstance()->getGridId("util.agni.lindenlab.com"));
ensure_equals("update url base for Agni", // relies on agni being the default //ensure_equals("update url base for Agni", // relies on agni being the default
std::string("https://update.secondlife.com/update"), // std::string("https://update.secondlife.com/update"),
LLGridManager::getInstance()->getUpdateServiceURL()); // LLGridManager::getInstance()->getUpdateServiceURL());
ensure_equals("label for agni", ensure_equals("label for agni",
LLGridManager::getInstance()->getGridLabel("util.agni.lindenlab.com"), LLGridManager::getInstance()->getGridLabel("util.agni.lindenlab.com"),
std::string("Second Life")); std::string("Second Life"));
...@@ -271,9 +271,9 @@ namespace tut ...@@ -271,9 +271,9 @@ namespace tut
ensure_equals("id for agni", ensure_equals("id for agni",
LLGridManager::getInstance()->getGridId("util.agni.lindenlab.com"), LLGridManager::getInstance()->getGridId("util.agni.lindenlab.com"),
std::string("Agni")); std::string("Agni"));
ensure_equals("update url base for Agni", // relies on agni being the default //ensure_equals("update url base for Agni", // relies on agni being the default
std::string("https://update.secondlife.com/update"), // std::string("https://update.secondlife.com/update"),
LLGridManager::getInstance()->getUpdateServiceURL()); // LLGridManager::getInstance()->getUpdateServiceURL());
ensure_equals("label for agni", ensure_equals("label for agni",
LLGridManager::getInstance()->getGridLabel("util.agni.lindenlab.com"), LLGridManager::getInstance()->getGridLabel("util.agni.lindenlab.com"),
std::string("Second Life")); std::string("Second Life"));
...@@ -402,9 +402,9 @@ namespace tut ...@@ -402,9 +402,9 @@ namespace tut
ensure_equals("getLoginPage", ensure_equals("getLoginPage",
LLGridManager::getInstance()->getLoginPage(), LLGridManager::getInstance()->getLoginPage(),
std::string("http://viewer-login.agni.lindenlab.com/")); std::string("http://viewer-login.agni.lindenlab.com/"));
ensure_equals("update url base for Agni", // relies on agni being the default //ensure_equals("update url base for Agni", // relies on agni being the default
std::string("https://update.secondlife.com/update"), // std::string("https://update.secondlife.com/update"),
LLGridManager::getInstance()->getUpdateServiceURL()); // LLGridManager::getInstance()->getUpdateServiceURL());
ensure("Is Agni Second Life", LLGridManager::getInstance()->isInSecondlife()); ensure("Is Agni Second Life", LLGridManager::getInstance()->isInSecondlife());
ensure("Agni is NOT OpenSim", !LLGridManager::getInstance()->isInOpenSim()); ensure("Agni is NOT OpenSim", !LLGridManager::getInstance()->isInOpenSim());
std::vector<std::string> uris; std::vector<std::string> uris;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment