Browse Source

I think Martijn forgot part of his testcase. This fixes the failing manifest test for me.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426279 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
077ac51e4c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/etc/testcases/taskdefs/manifest.xml

+ 3
- 0
src/etc/testcases/taskdefs/manifest.xml View File

@@ -129,6 +129,9 @@
<manifest>
<attribute name="Class-path"
value="${test.longline}"/>
<attribute name="${test.long68name}" value="${test.value}" />
<attribute name="${test.long70name}" value="${test.value}" />
<attribute name="${test.notlongname}" value="${test.value}" />
</manifest>
</jar>
<unjar src="mftestLongLine.jar" dest="manifests">


Loading…
Cancel
Save