From b84f4321e4abbabffef7a46499e0e3468fef0c58 Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 22 Apr 2009 13:31:02 +0000 Subject: Move testcase to an itest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767512 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation/jee/xml/JeeTestCaseFIXME.java | 53 --------------------- .../src/test/resources/myarchive.ear | Bin 21310 -> 0 bytes 2 files changed, 53 deletions(-) delete mode 100644 branches/sca-java-1.x/modules/implementation-jee/src/test/java/org/apache/tuscany/sca/implementation/jee/xml/JeeTestCaseFIXME.java delete mode 100644 branches/sca-java-1.x/modules/implementation-jee/src/test/resources/myarchive.ear (limited to 'branches/sca-java-1.x/modules/implementation-jee') 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 Binary files a/branches/sca-java-1.x/modules/implementation-jee/src/test/resources/myarchive.ear and /dev/null differ -- cgit v1.2.3