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