You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/08/21 09:45:29 UTC

[09/12] git commit: Added the FIXME notation

Added the FIXME notation


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

Branch: refs/heads/develop
Commit: be7201062b472b3328ed6ae008997ce1d03d19a9
Parents: 939a3e2
Author: Luigi Fugaro <l....@gmail.com>
Authored: Tue Aug 5 15:48:12 2014 +0200
Committer: Luigi Fugaro <l....@gmail.com>
Committed: Tue Aug 5 15:48:12 2014 +0200

----------------------------------------------------------------------
 .../java/com/opensymphony/xwork2/util/LocalizedTextUtilTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/be720106/xwork-core/src/test/java/com/opensymphony/xwork2/util/LocalizedTextUtilTest.java
----------------------------------------------------------------------
diff --git a/xwork-core/src/test/java/com/opensymphony/xwork2/util/LocalizedTextUtilTest.java b/xwork-core/src/test/java/com/opensymphony/xwork2/util/LocalizedTextUtilTest.java
index 2298297..02e493d 100644
--- a/xwork-core/src/test/java/com/opensymphony/xwork2/util/LocalizedTextUtilTest.java
+++ b/xwork-core/src/test/java/com/opensymphony/xwork2/util/LocalizedTextUtilTest.java
@@ -133,7 +133,7 @@ public class LocalizedTextUtilTest extends XWorkTestCase {
         assertEquals("Error during Action invocation", message);
     }
 
-    /*
+    /* FIXME
     Stated that property's management does not care about ordering,
     in fact it's held by a Set instead of List,
     you cannot override a previous bundle, thus the test is wrong.