Browse Source

Make testname2 pass after FileResource name modification.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278494 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
cf12b9b863
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/testcases/types/resources/selectors/build.xml

+ 1
- 1
src/etc/testcases/types/resources/selectors/build.xml View File

@@ -26,7 +26,7 @@
<fail>
<condition>
<not>
<resourcecount when="equal" count="2">
<resourcecount when="equal" count="3">
<restrict>
<resources>
<file file="foo" />


Loading…
Cancel
Save