Igor Foox 8afbc96
--- test/resources/antserver/antservertest.xml.orig	2005-02-03 19:04:11.000000000 -0500
Igor Foox 8afbc96
+++ test/resources/antserver/antservertest.xml	2006-06-01 11:57:05.000000000 -0400
Igor Foox 8afbc96
@@ -3,8 +3,8 @@
Igor Foox 8afbc96
 
Igor Foox 8afbc96
     <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
Igor Foox 8afbc96
 
Igor Foox 8afbc96
-    <property name="server.host" value="localhost" />
Igor Foox 8afbc96
-    <property name="server.port" value="17000" />
Igor Foox 8afbc96
+    <property name="server.host" value="127.0.0.1" />
Igor Foox 8afbc96
+    <property name="server.port" value="23456" />
Igor Foox 8afbc96
 
Igor Foox 8afbc96
     <target name="default">
Igor Foox 8afbc96
     </target>
Igor Foox 8afbc96
@@ -124,11 +124,11 @@
Igor Foox 8afbc96
                     <try>
Igor Foox 8afbc96
                         <antcall target="${test.target}" />
Igor Foox 8afbc96
                     </try>
Igor Foox 8afbc96
-                    <finally>
Igor Foox 8afbc96
+                    <catch>
Igor Foox 8afbc96
                         <remoteant machine="${server.host}" port="${server.port}">
Igor Foox 8afbc96
                             <shutdown />
Igor Foox 8afbc96
                         </remoteant>
Igor Foox 8afbc96
-                    </finally>
Igor Foox 8afbc96
+                    </catch>
Igor Foox 8afbc96
                 </trycatch>
Igor Foox 8afbc96
             </sequential>
Igor Foox 8afbc96
         </parallel>