From 320f1a9ffbd97dbef58627f0582cdbdf607d0a63 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Thu, 7 Jan 2010 13:54:42 +0000 Subject: [PATCH] Fix up naughty hardcoded app-context file reference - that no longer exists. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17921 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/web/scripts/TestWebScriptRepoServer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/source/java/org/alfresco/repo/web/scripts/TestWebScriptRepoServer.java b/source/java/org/alfresco/repo/web/scripts/TestWebScriptRepoServer.java index c612d1ea29..44523d42ba 100644 --- a/source/java/org/alfresco/repo/web/scripts/TestWebScriptRepoServer.java +++ b/source/java/org/alfresco/repo/web/scripts/TestWebScriptRepoServer.java @@ -73,7 +73,6 @@ public class TestWebScriptRepoServer extends TestWebScriptServer private final static String[] CONFIG_LOCATIONS = new String[] { "classpath:alfresco/application-context.xml", - "classpath:alfresco/webscript-framework-application-context.xml", "classpath:alfresco/web-scripts-application-context.xml", "classpath:alfresco/web-scripts-application-context-test.xml" };