Hello,
I cannot not run several NUnit test in a row:
<target ...>
        <nunit...>
                <formatter ...>
                <test ...>
                <test ...>
        </nunit>
</target>

Only the first test is executed. I also tried:
<target ...>
        <nunit...>
                <formatter ...>
                <test ...>
        </nunit>

        <nunit...>
                <formatter ...>
                <test ...>
        </nunit>
</target>

Same thing, only the first test is executed.

I'm using Nant 0.85RC3 with NUnit 2.2.

Thank you
Julien


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to