From 147100823ec1bf40c4ca6578ff5bdf149b781bc5 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 9 May 2006 12:24:55 +0000 Subject: [PATCH] fix for ticket #1667 --- .../modules/authentication/src/TestAuthenticationClientTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/src/modules/authentication/src/TestAuthenticationClientTest.cxx b/livesupport/src/modules/authentication/src/TestAuthenticationClientTest.cxx index 923d14d91..0c0b63199 100644 --- a/livesupport/src/modules/authentication/src/TestAuthenticationClientTest.cxx +++ b/livesupport/src/modules/authentication/src/TestAuthenticationClientTest.cxx @@ -62,7 +62,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(TestAuthenticationClientTest); /** * The name of the configuration file for the authentication client factory. */ -static const std::string configFileName = "testAuthentication.xml"; +static const std::string configFileName = "../etc/testAuthentication.xml"; /* =============================================== local function prototypes */