fix and enable junit test createSessionAnonymousTest

This commit is contained in:
Sebastian Sdorra
2011-05-11 15:42:52 +02:00
parent aaaee5e1ec
commit 5a2584f1ab
5 changed files with 103 additions and 9 deletions

View File

@@ -49,7 +49,11 @@ public class ScmUrlProvider
public static final String API_PATH = "/api/rest/";
/** Field description */
public static final String URLPART_AUTHENTICATION = "authentication/login";
public static final String URLPART_AUTHENTICATION = "authentication";
/** Field description */
public static final String URLPART_AUTHENTICATION_LOGIN =
"authentication/login";
/** Field description */
public static final String URLPART_REPOSITORIES = "repositories";
@@ -88,6 +92,17 @@ public class ScmUrlProvider
//~--- get methods ----------------------------------------------------------
/**
* Method description
*
*
* @return
*/
public String getAuthenticationLoginUrl()
{
return getResourceUrl(URLPART_AUTHENTICATION_LOGIN);
}
/**
* Method description
*