mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
Removing unused properties
WW-1650 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -155,12 +155,6 @@ struts.xslt.nocache=false
|
||||
### A list of configuration files automatically loaded by Struts
|
||||
struts.configuration.files=struts-default.xml,struts-plugin.xml,struts.xml
|
||||
|
||||
### A list of template engines available
|
||||
struts.templateEngines=ftl,jsp,vm
|
||||
|
||||
### A list of tag libraries available
|
||||
struts.tagLibraries=s
|
||||
|
||||
### Whether to always select the namespace to be everything before the last slash or not
|
||||
struts.mapper.alwaysSelectFullNamespace=false
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ public class SettingsTest extends StrutsTestCase {
|
||||
assertEquals("de", locale.getLanguage());
|
||||
|
||||
int count = getKeyCount();
|
||||
assertEquals(36, count);
|
||||
assertEquals(35, count);
|
||||
}
|
||||
|
||||
public void testDefaultResourceBundlesLoaded() {
|
||||
|
||||
Reference in New Issue
Block a user