version 2 of the authentication client; it works now, but still depends

on a http server set up correctly beforehand
This commit is contained in:
fgerlits 2004-11-22 10:38:08 +00:00
parent e0cac7c756
commit d64b7fcdf5
7 changed files with 18 additions and 265 deletions

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $
Version : $Revision: 1.1 $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/src/WebAuthenticationClientTest.h,v $
------------------------------------------------------------------------------*/
@ -42,10 +42,13 @@
#include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Authentication/WebAuthenticationClient.h"
namespace LiveSupport {
namespace Authentication {
using namespace LiveSupport::Core;
/* ================================================================ constants */
@ -58,7 +61,7 @@ namespace Authentication {
* Unit test for the UploadPlaylistMetohd class.
*
* @author $Author: fgerlits $
* @version $Revision: 1.1 $
* @version $Revision: 1.2 $
* @see WebAuthenticationClient
*/
class WebAuthenticationClientTest : public CPPUNIT_NS::TestFixture