modified authentication module and gLiveSupport to use the
personalized development environment if available
This commit is contained in:
parent
4f6ce9b50e
commit
827d6ed31d
11 changed files with 256 additions and 38 deletions
|
@ -21,8 +21,8 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
Author : $Author: fgerlits $
|
||||
Version : $Revision: 1.2 $
|
||||
Author : $Author: maroy $
|
||||
Version : $Revision: 1.3 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/src/TestAuthenticationClientTest.h,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -42,6 +42,8 @@
|
|||
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
#include "LiveSupport/Core/BaseTestMethod.h"
|
||||
|
||||
#include "TestAuthenticationClient.h"
|
||||
|
||||
namespace LiveSupport {
|
||||
|
@ -60,11 +62,11 @@ using namespace LiveSupport::Core;
|
|||
/**
|
||||
* Unit test for the TestAuthenticationClient class.
|
||||
*
|
||||
* @author $Author: fgerlits $
|
||||
* @version $Revision: 1.2 $
|
||||
* @author $Author: maroy $
|
||||
* @version $Revision: 1.3 $
|
||||
* @see TestAuthenticationClient
|
||||
*/
|
||||
class TestAuthenticationClientTest : public CPPUNIT_NS::TestFixture
|
||||
class TestAuthenticationClientTest : public BaseTestMethod
|
||||
{
|
||||
CPPUNIT_TEST_SUITE(TestAuthenticationClientTest);
|
||||
CPPUNIT_TEST(firstTest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue