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 2015/08/25 23:46:59 UTC

incubator-tamaya git commit: Fixed test.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 24f81c477 -> fbf93a136


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/fbf93a13
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/fbf93a13
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/fbf93a13

Branch: refs/heads/master
Commit: fbf93a13661b1b84fe92a5e4389ece36beb6f2f4
Parents: 24f81c4
Author: anatole <an...@apache.org>
Authored: Tue Aug 25 22:37:06 2015 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Aug 25 23:46:41 2015 +0200

----------------------------------------------------------------------
 .../org/apache/tamaya/management/internal/ManagedConfigTest.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/fbf93a13/modules/management/src/test/java/org/apache/tamaya/management/internal/ManagedConfigTest.java
----------------------------------------------------------------------
diff --git a/modules/management/src/test/java/org/apache/tamaya/management/internal/ManagedConfigTest.java b/modules/management/src/test/java/org/apache/tamaya/management/internal/ManagedConfigTest.java
index 8dcb5f6..5a8a121 100644
--- a/modules/management/src/test/java/org/apache/tamaya/management/internal/ManagedConfigTest.java
+++ b/modules/management/src/test/java/org/apache/tamaya/management/internal/ManagedConfigTest.java
@@ -77,8 +77,6 @@ public class ManagedConfigTest {
         Set<String> sections = (bean.getSections());
         assertNotNull(sections);
         assertTrue(sections.contains("java"));
-        assertTrue(sections.contains("sun"));
-        assertTrue(sections.contains("os"));
         assertTrue(sections.contains("file"));
     }