Browse Source

try to see what gets logged

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1310671 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
9abbf2c714
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      src/tests/antunit/core/nested-text-test.xml

+ 3
- 4
src/tests/antunit/core/nested-text-test.xml View File

@@ -33,11 +33,10 @@
<!-- https://issues.apache.org/bugzilla/show_bug.cgi?id=46285 -->
<target name="testNumericEntities">
<echo>&#xe4;&#169;</echo>
<mkdir dir="${output}"/>
<concat destfile="${output}/log">
<loadresource property="foo">
<au:logcontent/>
</concat>
<au:assertResourceContains value="ä©" resource="${output}/log"/>
</loadresource>
<au:assertPropertyEquals name="foo" value="ä©"/>
<au:assertLogContains text="ä©"/>
</target>



Loading…
Cancel
Save