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
use javascript w/ javax for scriptcondition return tests
master
Matt Benson
3 years ago
parent
5fb187d3e6
commit
f20a9f3cb2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/tests/antunit/types/optional/scriptcondition-test.xml
+ 2
- 2
src/tests/antunit/types/optional/scriptcondition-test.xml
View File
@@ -70,7 +70,7 @@
<target name="test-return-value-true">
<au:assertTrue>
<scriptcondition language="
beanshell
">
<scriptcondition language="
javascript" manager="javax
">
true
</scriptcondition>
</au:assertTrue>
@@ -78,7 +78,7 @@
<target name="test-return-value-false">
<au:assertFalse>
<scriptcondition language="
beanshell
" value="true">
<scriptcondition language="
javascript" manager="javax
" value="true">
false
</scriptcondition>
</au:assertFalse>
Write
Preview
Loading…
Cancel
Save