diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-04-28 12:03:31 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-04-28 12:03:31 +0300 | 
| commit | 89321a56fd95ade557be41a07e1b3deaa6162281 (patch) | |
| tree | 0eee17609e3c72cdc5319f7ee9725214588baf72 /indra/newview/tests | |
| parent | b2200f06dacfde4fe62a8f7f252e941c65d71c72 (diff) | |
| parent | fde0868231a25b8c9ce03a86cb53f1738d35688d (diff) | |
increment viewer version to 3.7.29
Diffstat (limited to 'indra/newview/tests')
| -rwxr-xr-x | indra/newview/tests/lllogininstance_test.cpp | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index adeb848e03..1b0334498e 100755 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -193,14 +193,6 @@ void LLAppViewer::forceQuit(void) {}  LLAppViewer * LLAppViewer::sInstance = 0;  //----------------------------------------------------------------------------- -#include "llnotificationsutil.h" -LLNotificationPtr LLNotificationsUtil::add(const std::string& name,  -					  const LLSD& substitutions,  -					  const LLSD& payload,  -					  boost::function<void (const LLSD&, const LLSD&)> functor) { return LLNotificationPtr((LLNotification*)0); } - - -//-----------------------------------------------------------------------------  #include "llupdaterservice.h"  std::string const & LLUpdaterService::pumpName(void) @@ -488,8 +480,6 @@ namespace tut      template<> template<>      void lllogininstance_object::test<3>()      { -		skip(); -		  		set_test_name("Test Mandatory Update User Accepts");  		// Part 1 - Mandatory Update, with User accepts response. @@ -517,8 +507,6 @@ namespace tut  	template<> template<>      void lllogininstance_object::test<4>()      { -		skip(); -		  		set_test_name("Test Mandatory Update User Decline");  		// Test connect with update needed. | 
