Re: [tapx-dev] Tracking tests over time

2007-07-12 Thread Smylers
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

Re: [tapx-dev] Tracking tests over time

2007-07-12 Thread Andy Armstrong
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

Re: [tapx-dev] Tracking tests over time

2007-07-12 Thread Michael Peters
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]