Repository: struts
Updated Branches:
  refs/heads/master 1bf7de8d3 -> a1b89842c


WW-4698 Fixes test


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/03766980
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/03766980
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/03766980

Branch: refs/heads/master
Commit: 03766980d13851558d06d8bcc8520ce6f8c4d9ce
Parents: 1bf7de8
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Wed Nov 30 10:48:29 2016 +0100
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Wed Nov 30 10:48:29 2016 +0100

----------------------------------------------------------------------
 .../xwork2/config/providers/EnvsValueSubstitutorTest.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/03766980/core/src/test/java/com/opensymphony/xwork2/config/providers/EnvsValueSubstitutorTest.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/com/opensymphony/xwork2/config/providers/EnvsValueSubstitutorTest.java
 
b/core/src/test/java/com/opensymphony/xwork2/config/providers/EnvsValueSubstitutorTest.java
index 9e637e1..7c86b89 100644
--- 
a/core/src/test/java/com/opensymphony/xwork2/config/providers/EnvsValueSubstitutorTest.java
+++ 
b/core/src/test/java/com/opensymphony/xwork2/config/providers/EnvsValueSubstitutorTest.java
@@ -11,7 +11,7 @@ public class EnvsValueSubstitutorTest extends 
StrutsInternalTestCase {
         ValueSubstitutor substitutor = new EnvsValueSubstitutor();
 
         // when
-        String actual = substitutor.substitute("${ENV.USER}");
+        String actual = substitutor.substitute("${env.USER}");
 
         // then
         assertEquals(expected, actual);

Reply via email to