Author: kelly
Date: Wed Jul 14 22:53:43 2010
New Revision: 964241

URL: http://svn.apache.org/viewvc?rev=964241&view=rev
Log:
WIP OODT-15
Test data for the org.apache.oodt.commons.MultiServerTest

Added:
    incubator/oodt/trunk/commons/src/testdata/test-multiserver.xml

Added: incubator/oodt/trunk/commons/src/testdata/test-multiserver.xml
URL: 
http://svn.apache.org/viewvc/incubator/oodt/trunk/commons/src/testdata/test-multiserver.xml?rev=964241&view=auto
==============================================================================
--- incubator/oodt/trunk/commons/src/testdata/test-multiserver.xml (added)
+++ incubator/oodt/trunk/commons/src/testdata/test-multiserver.xml Wed Jul 14 
22:53:43 2010
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+Copyright 1999-2004 California Institute of Technology. ALL RIGHTS
+RESERVED. U.S. Government Sponsorship acknowledged.
+
+$Id: test-multiserver.xml,v 1.1 2004-04-05 16:22:09 kelly Exp $
+-->
+<multiserver xmlns="http://oodt.jpl.nasa.gov/edm-commons/xml/multiserver"; 
id="test.app">
+  <server class="org.apache.oodt.commons.MultiServerTest$Svr1" 
id="urn:eda:rmi:Test1" bind="true"   />
+  <server class="org.apache.oodt.commons.MultiServerTest$Svr2" 
id="urn:eda:rmi:Test2" bind="false"  />
+  <server class="org.apache.oodt.commons.MultiServerTest$Svr3" 
id="urn:eda:rmi:Test3" bind="rebind" />
+  <server class="org.apache.oodt.commons.MultiServerTest$Svr4" 
id="urn:eda:rmi:Test4" bind="360000" />
+  <properties>
+    <property name="my.setting">My Value</property>
+    <property name="my.other.setting">My Other Value</property>
+  </properties>
+</multiserver>


Reply via email to