From b0473a8d47792e94aaea9c273122fae42577ad8f Mon Sep 17 00:00:00 2001
From: Roxie Linden <roxie@lindenlab.com>
Date: Thu, 22 Apr 2010 16:30:50 -0700
Subject: [PATCH] Fix test build break

---
 indra/newview/tests/llsechandler_basic_test.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/indra/newview/tests/llsechandler_basic_test.cpp b/indra/newview/tests/llsechandler_basic_test.cpp
index 236d17c591..3f4474e23a 100644
--- a/indra/newview/tests/llsechandler_basic_test.cpp
+++ b/indra/newview/tests/llsechandler_basic_test.cpp
@@ -95,6 +95,13 @@ LLSD LLCredential::getLoginParams()
 	return result;
 }
 
+void LLCredential::identifierType(std::string &idType)
+{
+}
+
+void LLCredential::authenticatorType(std::string &idType)
+{
+}
 
 
 LLControlGroup gSavedSettings("test");
-- 
GitLab