mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
WW-1340
- 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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user