From de3ec14e972052db72a3fd9589c898cf3ae0ae26 Mon Sep 17 00:00:00 2001 From: rfeng Date: Sat, 9 Jan 2010 18:00:24 +0000 Subject: Update to the latest version of OSGi enterprise draft specs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897502 13f79535-47bb-0310-9956-ffa450edef68 --- .../osgi/xml/ServiceDescriptionsTestCase.java | 50 +++++++++++----------- 1 file changed, 26 insertions(+), 24 deletions(-) (limited to 'sca-java-2.x/trunk/modules/implementation-osgi/src/test') diff --git a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java index cef99f5625..0e7acc354a 100644 --- a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java +++ b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java @@ -41,32 +41,34 @@ import org.junit.Test; */ public class ServiceDescriptionsTestCase { private static final String xml = - "" - + "" + "" - + "" - + "" - + "sca:SOAP sca:HTTP" - + "sca" - + "" - + "OSGI-INF/sca/bundle.componentType" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + " " + + " SOAP" + + " HTTP" + + " " + "" - + "" - + "addService" - + "" - + "" - + "" - + "" - + "sca:SOAP sca:HTTP" - + "sca" - + "" - + "OSGI-INF/sca/bundle.componentType" - + "" - + "" - + "subtractService" - + "" - + "" - + ""; + + "" + + "" + + "" + + "" + + "" + + "" + + " " + + " 1029" + + " www.acme.com" + + " " + + " " + + " " + + "" + + ""; private static ServiceDescriptionsProcessor processor; private static XMLStreamReader reader; -- cgit v1.2.3