Andy Armstrong writes:
> Michael Peters wrote:
>
> > Why can't you just use test names?
> >
> > ok($is_ok, 'HTML nested bullet list, open tags (bug 5497)');
>
> You certainly could - but I tend to think of them as descriptions
> rather than names and therefore not entirely ideal as the primar
Michael Peters wrote:
> Why can't you just use test names?
>
> ok($is_ok, 'HTML nested bullet list, open tags (bug 5497)');
You certainly could - but I tend to think of them as descriptions rather
than names and therefore not entirely ideal as the primary key. I don't
really want to be forced n
Andy Armstrong wrote:
> I've just noticed that the MediaWiki team have a test harness that
> tracks the life of individual assertions over time:
>
> * HTML nested bullet list, open tags (bug 5497) [Has never passed]
> * HTML nested ordered list, open tags (bug 5497) [Has never passed]