This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
test pathconvert setonempty=false
master
Matt Benson
3 years ago
parent
90ed3ff6cc
commit
97cc23ef8b
1 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
src/tests/antunit/taskdefs/pathconvert-test.xml
+ 9
- 0
src/tests/antunit/taskdefs/pathconvert-test.xml
View File
@@ -99,4 +99,13 @@
</pathconvert>
</pathconvert>
<au:assertPropertyEquals name="result" value="|foo|bar|baz" />
<au:assertPropertyEquals name="result" value="|foo|bar|baz" />
</target>
</target>
<target name="testNoSetonempty">
<pathconvert property="result" setonempty="false">
<resources />
</pathconvert>
<au:assertFalse>
<isset property="result" />
</au:assertFalse>
</target>
</project>
</project>
Write
Preview
Loading…
Cancel
Save