Fix ant builder definition in complete test

Change-Id: I8f6041c0aa2b7a24d2dc8ed73b2719c332b869e6
This commit is contained in:
Darragh Bailey 2014-06-21 20:20:38 +01:00
parent 731615c9f9
commit 6d311095ef
2 changed files with 4 additions and 3 deletions
tests/yamlparser/fixtures

@ -117,7 +117,7 @@ echo "Doing somethin cool with zsh"
</hudson.tasks.Shell>
<hudson.tasks.Ant>
<targets>target1 target2</targets>
<antName>default</antName>
<antName>Standard Ant</antName>
</hudson.tasks.Ant>
<EnvInjectBuilder>
<info>

@ -17,8 +17,9 @@
- shell: |
#!/bin/zsh
echo "Doing somethin cool with zsh"
- ant: "target1 target2"
ant-name: "Standard Ant"
- ant:
targets: "target1 target2"
ant-name: "Standard Ant"
- inject:
properties-file: example.prop
properties-content: EXAMPLE=foo-bar