Hi Ryan,

[...] 
> basically like this
> <if db.populated=true>
> run test a
> </if>
> <if db.populated=false>
> run test b
> </if>
[...]

Use Ant  task:

<condition property="db.populated">
    <run your a tests/>
  </condition>
That should work for you;-)

Mit freundlichen Grüßen
------------------------------------------------------------------------
Michael Habbert

Senior Developer
Netpioneer GmbH, Beiertheimer Allee 18, D-76137 Karlsruhe

Tel: 0721 / 920 60 21
Fax: 0721 / 920 60 30
E-Mail: [EMAIL PROTECTED]
www: http://www.netpioneer.de
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to