mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
Added option to use many Context Locations
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@997996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -42,8 +42,8 @@ public abstract class StrutsSpringTestCase extends StrutsTestCase {
|
||||
servletContext.setAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE, applicationContext);
|
||||
}
|
||||
|
||||
protected String getContextLocations() {
|
||||
return DEFAULT_CONTEXT_LOCATION;
|
||||
protected String[] getContextLocations() {
|
||||
return new String[] {DEFAULT_CONTEXT_LOCATION};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user