Bug 42745 - assertFileExists example wrong, should use @file instead of @name
Summary: assertFileExists example wrong, should use @file instead of @name
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: AntUnit (show other bugs)
Version: 1.7.0Beta2
Hardware: All other
: P2 minor (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 10:11 UTC by Jim Fuller
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Fuller 2007-06-26 10:11:37 UTC
antunit/docs/assertions.html

<assertFileExists name="${ant.home}/lib/ant.jar"/>

should be

<assertFileExists file="${ant.home}/lib/ant.jar"/>
Comment 1 J.M. (Martijn) Kruithof 2007-06-30 14:05:54 UTC
Thanks, also updated for FileDoesntExists.