Browse Source

Added some comments, so one knows which entry in the buildfile belongs

to which test-method.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268991 13f79535-47bb-0310-9956-ffa450edef68
master
Nico Seessle 24 years ago
parent
commit
981af7b3bc
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      src/etc/testcases/taskdefs/cvspass.xml

+ 6
- 3
src/etc/testcases/taskdefs/cvspass.xml View File

@@ -15,6 +15,7 @@
/>
</target>
<!-- testPassFile -->
<target name="test3">
<cvspass
cvsroot=":pserver:anoncvs@jakarta.apache.org:/home/cvspublic"
@@ -22,7 +23,8 @@
passfile="testpassfile.tmp"
/>
</target>

<!-- testPassFileDuplicateEntry -->
<target name="test4">
<cvspass
cvsroot=":pserver:anoncvs@jakarta.apache.org:/home/cvspublic"
@@ -40,7 +42,8 @@
passfile="testpassfile.tmp"
/>
</target>

<!-- testPassFileMultipleEntry -->
<target name="test5">
<cvspass
cvsroot=":pserver:anoncvs@jakarta.apache.org:/home/cvspublic"
@@ -58,7 +61,7 @@
passfile="testpassfile.tmp"
/>
</target>
<target name="cleanup">
<delete file="testpassfile.tmp"/>
</target>


Loading…
Cancel
Save