You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2014/12/08 00:56:03 UTC

incubator-tamaya git commit: TAMAYA-3: Readded fixed test

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 1c11c0f09 -> 1a3e51206


TAMAYA-3: Readded fixed test


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/1a3e5120
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/1a3e5120
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/1a3e5120

Branch: refs/heads/master
Commit: 1a3e512068efb78fc764cd3167681cbe4e9e863f
Parents: 1c11c0f
Author: anatole <an...@apache.org>
Authored: Mon Dec 8 00:55:55 2014 +0100
Committer: anatole <an...@apache.org>
Committed: Mon Dec 8 00:55:55 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/tamaya/core/config/MutableConfigTest.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/1a3e5120/core/src/test/java/org/apache/tamaya/core/config/MutableConfigTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/tamaya/core/config/MutableConfigTest.java b/core/src/test/java/org/apache/tamaya/core/config/MutableConfigTest.java
index 99f297b..d61e1bf 100644
--- a/core/src/test/java/org/apache/tamaya/core/config/MutableConfigTest.java
+++ b/core/src/test/java/org/apache/tamaya/core/config/MutableConfigTest.java
@@ -31,11 +31,10 @@ import java.util.List;
 import static org.junit.Assert.assertFalse;
 
 /**
- * Created by Anatole on 22.10.2014.
+ * Simple test for a mutable Configuration instance.
  */
 public class MutableConfigTest {
 
-    @Ignore
     @Test
     public void accessMutableConfig(){
         Configuration config = Configuration.current("mutableTestConfig");