Re-enable webscript test for ALF-4610 now that the spring surf fix is in

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22306 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-09-07 15:57:38 +00:00
parent e83f5f2bd0
commit a88a8ef6b2

View File

@@ -1396,10 +1396,8 @@ public class ReplicationRestApiTest extends BaseWebScriptTest
* definitions with a name that includes "nasty"
* characters, things still work.
* Related to ALF-4610.
* TEST DISABLED - Spring Surf bug...
* Caused by: java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "^&"
*/
public void DISABLEDtestReplicationDefinitionsNastyNames() throws Exception
public void testReplicationDefinitionsNastyNames() throws Exception
{
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());
Response response;