[Issue 2749] Make unittests named and nestable
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 26 10:01:06 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2749
------- Comment #8 from gide at nwawudu.com 2009-03-26 12:01 -------
(In reply to comment #7)
> (In reply to comment #6)
> >> - If one unittest fails, the next will be run, but any unittest it's nested
> >> within would fail.
> >
> > Any unittest it nested would not be executed, so they don't fail they are
> > skipped.
>
> I said "unittest it's nested within" not "unittest it nested". Now try again.
>
If a nested test fails it also fails the parent unittest(s).
--
More information about the Digitalmars-d-bugs
mailing list