mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
delete not-supported picked from master system property test
This commit is contained in:
-5
@@ -55,11 +55,6 @@ public class EnvsValueSubstitutorTest extends StrutsInternalTestCase {
|
||||
assertThat(substitutor.substitute("${" + key + "}"), is(value));
|
||||
}
|
||||
|
||||
public void testSystemSimpleDefaultValue() {
|
||||
final String defaultValue = "defaultValue";
|
||||
assertThat(substitutor.substitute("${UNKNOWN:" + defaultValue + "}"), is(defaultValue));
|
||||
}
|
||||
|
||||
public void testNoSubstitution() {
|
||||
final String value = "val1";
|
||||
assertThat(substitutor.substitute(value), is(value));
|
||||
|
||||
Reference in New Issue
Block a user