You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/10/09 20:16:40 UTC

incubator-tamaya-sandbox git commit: TAMAYA-316: Fix typos

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master 7d9b6d5d3 -> 66f7b1e3f


TAMAYA-316: Fix typos


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

Branch: refs/heads/master
Commit: 66f7b1e3f472e2d7cb42ec18325f61008d2ea924
Parents: 7d9b6d5
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Oct 9 22:16:24 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Oct 9 22:16:24 2017 +0200

----------------------------------------------------------------------
 .../apache/tamaya/microprofile/MicroprofileConfigBuilderTest.java  | 1 -
 .../microprofile/MicroprofileConfigProviderResolverTest.java       | 2 --
 .../apache/tamaya/microprofile/MicroprofileConfigProviderTest.java | 1 -
 .../org/apache/tamaya/microprofile/MicroprofileConfigTest.java     | 1 -
 .../tamaya/microprofile/tck/TamayaConfigArchiveProcessor.java      | 2 +-
 5 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/66f7b1e3/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigBuilderTest.java
----------------------------------------------------------------------
diff --git a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigBuilderTest.java b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigBuilderTest.java
index e7cc6fd..3250102 100644
--- a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigBuilderTest.java
+++ b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigBuilderTest.java
@@ -83,7 +83,6 @@ public class MicroprofileConfigBuilderTest {
     }
 
     @Test
-//    @Ignore
     public void testBuildDefaultConfig(){
         ConfigBuilder builder = ConfigProviderResolver.instance().getBuilder();
         assertNotNull(builder);

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/66f7b1e3/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderResolverTest.java
----------------------------------------------------------------------
diff --git a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderResolverTest.java b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderResolverTest.java
index 4250dce..9b6b554 100644
--- a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderResolverTest.java
+++ b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderResolverTest.java
@@ -70,6 +70,4 @@ public class MicroprofileConfigProviderResolverTest {
         assertNotSame(cfg, emptyConfig);
     }
 
-
-
 }

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/66f7b1e3/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderTest.java
----------------------------------------------------------------------
diff --git a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderTest.java b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderTest.java
index 46f1d2b..039145d 100644
--- a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderTest.java
+++ b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigProviderTest.java
@@ -59,5 +59,4 @@ public class MicroprofileConfigProviderTest {
         assertTrue(count>0);
     }
 
-
 }

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/66f7b1e3/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigTest.java
----------------------------------------------------------------------
diff --git a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigTest.java b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigTest.java
index b7bc482..e1d7f35 100644
--- a/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigTest.java
+++ b/microprofile/src/test/java/org/apache/tamaya/microprofile/MicroprofileConfigTest.java
@@ -79,5 +79,4 @@ public class MicroprofileConfigTest {
         config.getValue("java.version", Integer.class);
     }
 
-
 }

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/66f7b1e3/microprofile/src/test/java/org/apache/tamaya/microprofile/tck/TamayaConfigArchiveProcessor.java
----------------------------------------------------------------------
diff --git a/microprofile/src/test/java/org/apache/tamaya/microprofile/tck/TamayaConfigArchiveProcessor.java b/microprofile/src/test/java/org/apache/tamaya/microprofile/tck/TamayaConfigArchiveProcessor.java
index 27c6013..7108c4a 100644
--- a/microprofile/src/test/java/org/apache/tamaya/microprofile/tck/TamayaConfigArchiveProcessor.java
+++ b/microprofile/src/test/java/org/apache/tamaya/microprofile/tck/TamayaConfigArchiveProcessor.java
@@ -38,7 +38,7 @@ import java.io.File;
 
 /**
  * Adds the whole Config implementation classes and resources to the
- * Arqillian deployment archive. This is needed to have the container
+ * Arquillian deployment archive. This is needed to have the container
  * pick up the beans from within the impl for the TCK tests.
  *
  * @author <a href="mailto:struberg@yahoo.de">Mark Struberg</a>