Fix SiteActivitySystemTest

- fallout from DEV/SWIFT merge to HEAD (r28219)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28377 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2011-06-14 09:00:24 +00:00
parent 313afd42da
commit 19336abb53

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -605,7 +605,7 @@ public class SiteActivitySystemTest extends TestCase
person.put("userName", userName);
membership.put("person", person);
String url = WEBSCRIPT_ENDPOINT + URL_SITES + "/" + siteId + URL_MEMBERSHIPS + "/" + userName;
String url = WEBSCRIPT_ENDPOINT + URL_SITES + "/" + siteId + URL_MEMBERSHIPS;
String response = callPutWebScript(url, ticket, membership.toString());
if (logger.isDebugEnabled())