Browse Source

excess blank caused test failure

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@633456 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
cd65163dcc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/tests/antunit/taskdefs/retry-test.xml

+ 2
- 2
src/tests/antunit/taskdefs/retry-test.xml View File

@@ -12,7 +12,7 @@
<get src="${src}" dest="${dest}"/>
</retry>
</au:expectfailure>
<au:assertLogContains text="Attempt [1]: error occurred; retrying..."/>
<au:assertLogContains text="Attempt [1]: error occurred; retrying..."/>
</target>
<target name="test-success">
@@ -21,7 +21,7 @@
<retry retrycount="${i}">
<touch file="${dest}"/>
</retry>
<au:assertLogDoesntContain text="Attempt [1]: error occurred; retrying..."/>
<au:assertLogDoesntContain text="Attempt [1]: error occurred; retrying..."/>
</target>
</project>

Loading…
Cancel
Save