Browse Source

adding a reference to the bug report

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1054686 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 14 years ago
parent
commit
913929ecca
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/tests/antunit/taskdefs/propertyfile-test.xml

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

@@ -23,7 +23,8 @@
<mkdir dir="${output}"/> <mkdir dir="${output}"/>
</target> </target>
<target name="testInternationalText" depends="-fileResourceSetup">
<target name="testInternationalText" depends="-fileResourceSetup"
description="https://issues.apache.org/bugzilla/show_bug.cgi?id=50515">
<property name="line1" value="萬 利 食 品 批 發 公 司" /> <property name="line1" value="萬 利 食 品 批 發 公 司" />
<property name="line2" value="TEL: (123)123-1234" /> <property name="line2" value="TEL: (123)123-1234" />
<propertyfile file="${output}/test.properties"> <propertyfile file="${output}/test.properties">


Loading…
Cancel
Save