From a88a8ef6b2821aa315e4a2407ad3ef4e1ab14e77 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 7 Sep 2010 15:57:38 +0000 Subject: [PATCH] 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 --- .../repo/web/scripts/replication/ReplicationRestApiTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/java/org/alfresco/repo/web/scripts/replication/ReplicationRestApiTest.java b/source/java/org/alfresco/repo/web/scripts/replication/ReplicationRestApiTest.java index d3479b19be..9fec2198c8 100644 --- a/source/java/org/alfresco/repo/web/scripts/replication/ReplicationRestApiTest.java +++ b/source/java/org/alfresco/repo/web/scripts/replication/ReplicationRestApiTest.java @@ -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;