summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-22 13:31:02 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-22 13:31:02 +0000
commitb84f4321e4abbabffef7a46499e0e3468fef0c58 (patch)
tree26cea1a4c5442216c11bf2fcc854b7b9b8a28f6d /branches
parent5256d5fbdd27997b0ae3047984aa1e8fa7bf1024 (diff)
Move testcase to an itest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/modules/implementation-jee/src/test/java/org/apache/tuscany/sca/implementation/jee/xml/JeeTestCaseFIXME.java53
-rw-r--r--branches/sca-java-1.x/modules/implementation-jee/src/test/resources/myarchive.earbin21310 -> 0 bytes
2 files changed, 0 insertions, 53 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-jee/src/test/java/org/apache/tuscany/sca/implementation/jee/xml/JeeTestCaseFIXME.java b/branches/sca-java-1.x/modules/implementation-jee/src/test/java/org/apache/tuscany/sca/implementation/jee/xml/JeeTestCaseFIXME.java
deleted file mode 100644
index 11f3f47a1f..0000000000
--- a/branches/sca-java-1.x/modules/implementation-jee/src/test/java/org/apache/tuscany/sca/implementation/jee/xml/JeeTestCaseFIXME.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * 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.implementation.jee.xml;
-
-import static org.junit.Assert.assertEquals;
-
-import org.apache.tuscany.sca.host.embedded.SCADomain;
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-import test.Helloworld;
-
-/**
- */
-public class JeeTestCaseFIXME {
-
-
- @Before
- public void init() {
- }
-
- @Test
- public void testSayHello() throws Exception {
- SCADomain scaDomain = SCADomain.newInstance("http://localhost", "/", "org/apache/tuscany/sca/implementation/jee/xml/TestJEE.composite");
-
- Helloworld service = scaDomain.getService(Helloworld.class, "TestJEE/HelloworldServiceBean_HelloworldService");
-
- //assertEquals("hello beate", service.getGreetings("beate"));
-
- scaDomain.close();
- }
-
- @After
- public void end() {
- }
-}
diff --git a/branches/sca-java-1.x/modules/implementation-jee/src/test/resources/myarchive.ear b/branches/sca-java-1.x/modules/implementation-jee/src/test/resources/myarchive.ear
deleted file mode 100644
index 9fb1ed9d14..0000000000
--- a/branches/sca-java-1.x/modules/implementation-jee/src/test/resources/myarchive.ear
+++ /dev/null
Binary files differ