summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-12 20:27:25 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-12 20:27:25 +0000
commite1602006535efc0601ea4e15445f20eda44450e7 (patch)
tree72ade828dfc2e8df6635029a36dcfe43818306b8
parentaf56d0eb11bb09a2584c1bed074143643342c4f4 (diff)
Moving test case to its own package and adding apache license header
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774065 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/itest/contribution-zip/src/test/java/org/apache/tuscany/sca/contribution/zip/ContributionZIPTestCase.java (renamed from java/sca/itest/contribution-zip/src/test/java/ContributionZIPTestCase.java)21
1 files changed, 19 insertions, 2 deletions
diff --git a/java/sca/itest/contribution-zip/src/test/java/ContributionZIPTestCase.java b/java/sca/itest/contribution-zip/src/test/java/org/apache/tuscany/sca/contribution/zip/ContributionZIPTestCase.java
index b835c63ae6..7ad7e98a91 100644
--- a/java/sca/itest/contribution-zip/src/test/java/ContributionZIPTestCase.java
+++ b/java/sca/itest/contribution-zip/src/test/java/org/apache/tuscany/sca/contribution/zip/ContributionZIPTestCase.java
@@ -1,4 +1,22 @@
-
+/*
+ * 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 of 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.
+ */
+package org.apache.tuscany.sca.contribution.zip;
import junit.framework.TestCase;
@@ -9,7 +27,6 @@ import org.apache.tuscany.sca.node.NodeFactory;
import calculator.CalculatorService;
-
/**
* Test SCADomain.newInstance and invocation of a service.
*