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 2017/09/28 20:12:20 UTC

[06/45] incubator-tamaya-sandbox git commit: TAMAYA-260: Fixed basic TCK integration.

TAMAYA-260: Fixed basic TCK integration.


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

Branch: refs/heads/master
Commit: a3e01813fdd47205ee5bd12353f94358ba633bae
Parents: b04b841
Author: anatole <an...@apache.org>
Authored: Tue Aug 8 09:22:16 2017 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Aug 8 09:22:16 2017 +0200

----------------------------------------------------------------------
 microprofile/src/test/resources/tck-suite.xml | 29 ----------------------
 microprofile/tck-suite.xml                    | 29 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/a3e01813/microprofile/src/test/resources/tck-suite.xml
----------------------------------------------------------------------
diff --git a/microprofile/src/test/resources/tck-suite.xml b/microprofile/src/test/resources/tck-suite.xml
deleted file mode 100644
index 7efa750..0000000
--- a/microprofile/src/test/resources/tck-suite.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy current the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<suite name="microprofile-config-TCK" verbose="2" configfailurepolicy="continue" >
-
-    <test name="microprofile-config 1.0 TCK">
-        <packages>
-            <package name="org.eclipse.microprofile.config.tck.*">
-            </package>
-        </packages>
-    </test>
-
-</suite>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/a3e01813/microprofile/tck-suite.xml
----------------------------------------------------------------------
diff --git a/microprofile/tck-suite.xml b/microprofile/tck-suite.xml
new file mode 100644
index 0000000..7efa750
--- /dev/null
+++ b/microprofile/tck-suite.xml
@@ -0,0 +1,29 @@
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy current the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<suite name="microprofile-config-TCK" verbose="2" configfailurepolicy="continue" >
+
+    <test name="microprofile-config 1.0 TCK">
+        <packages>
+            <package name="org.eclipse.microprofile.config.tck.*">
+            </package>
+        </packages>
+    </test>
+
+</suite>
\ No newline at end of file