- fix failing test case. Due to addition of another struts2 configuration property, one of the testcase failed. The count of total configuration property should be 30 instead of 29

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-08-29 19:44:05 +00:00
parent 6c596a1d24
commit 476ff6b9fa
@@ -43,7 +43,7 @@ public class SettingsTest extends StrutsTestCase {
assertEquals("de", locale.getLanguage());
int count = getKeyCount();
assertEquals(29, count);
assertEquals(30, count);
}
public void testDefaultResourceBundlesLoaded() {