Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] Unit tests

Ok - what about the one in XSLCompletionTest that is commented out? Its not new functionality, its a bug - so should it be included now, even though it fails?



----- Original Message ----
> From: David Carver <d_a_carver@xxxxxxxxx>
> To: WTP Incubator Dev list <wtp-incubator-dev@xxxxxxxxxxx>
> Sent: Monday, 1 September, 2008 3:19:33 PM
> Subject: Re: [wtp-incubator-dev] Unit tests
> 
> DOUG SATCHWELL wrote:
> > Quick question - if we write some _new_ unit tests that currently fail, should 
> they be excluded from the test suite until they are fixed?
> > Cheers,
> > Doug
> >  
> Basically, yes.
> 
> 
> In actuallity, the tests should be written first, then the code to pass 
> the tests, and then when everything is finished it should be checked in 
> (code and tests). 
> 
> http://www.extremeprogramming.org/rules/unittests.html
> 
> Dave
> 
> 
> _______________________________________________
> wtp-incubator-dev mailing list
> wtp-incubator-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev



Back to the top