Browse Source

added download test

git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@33 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
kohsuke 17 years ago
parent
commit
968c1af440
1 changed files with 3 additions and 0 deletions
  1. 3 0
      winsw.xml

+ 3 - 0
winsw.xml

@@ -2,6 +2,9 @@
   <id>winsw</id>
   <name>Winsw test service(2)</name>
   <description>This service is a do-nothing test app. Really.</description>
+  <download from="http://www.google.com/" to="%BASE%\index.html" />
+  <download from="http://www.nosuchhostexists.com/" to="%BASE%\dummy.html" />
+
   <executable>C:\development\jdk6u7\bin\java.exe</executable>
   <arguments>-classpath c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world test.Main</arguments>
 </configuration>