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:
Donald J. Brown
2007-01-20 21:59:04 +00:00
parent 9fa46b3e20
commit efcdc32d9b
2 changed files with 1 additions and 7 deletions
@@ -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() {