Re: Unit testing of ATS

2012-07-18 Thread James Peach
On Jul 18, 2012, at 12:23 PM, Leif Hedstrom wrote: > On 7/18/12 11:43 AM, Adam Phelps wrote: >> For these regression tests is it a release requirement that they fully pass? ie should they pass cleanly when run against the current 3.2.0 release? >>> >>> Yep. They only pas

Re: Unit testing of ATS

2012-07-18 Thread Leif Hedstrom
On 7/18/12 11:43 AM, Adam Phelps wrote: For these regression tests is it a release requirement that they fully pass? ie should they pass cleanly when run against the current 3.2.0 release? Yep. They only pass with the default configs though, so have to make a fresh install and run the re

Re: Unit testing of ATS

2012-07-18 Thread Adam Phelps
On 7/18/12 11:03 AM, Leif Hedstrom wrote: On 7/18/12 10:45 AM, Adam Phelps wrote: On 7/18/12 10:32 AM, Leif Hedstrom wrote: On 7/18/12 8:56 AM, Adam Phelps wrote: I'm looking to do make some changes to ATS in addition to doing some work on a plugin, and generally have a preference to to have u

Re: Unit testing of ATS

2012-07-18 Thread Leif Hedstrom
On 7/18/12 10:45 AM, Adam Phelps wrote: On 7/18/12 10:32 AM, Leif Hedstrom wrote: On 7/18/12 8:56 AM, Adam Phelps wrote: I'm looking to do make some changes to ATS in addition to doing some work on a plugin, and generally have a preference to to have unit tests for most of the stuff I write.

Re: Unit testing of ATS

2012-07-18 Thread Adam Phelps
On 7/18/12 10:32 AM, Leif Hedstrom wrote: On 7/18/12 8:56 AM, Adam Phelps wrote: I'm looking to do make some changes to ATS in addition to doing some work on a plugin, and generally have a preference to to have unit tests for most of the stuff I write. I figured I'd first look into what testin

Re: Unit testing of ATS

2012-07-18 Thread Leif Hedstrom
On 7/18/12 8:56 AM, Adam Phelps wrote: I'm looking to do make some changes to ATS in addition to doing some work on a plugin, and generally have a preference to to have unit tests for most of the stuff I write. I figured I'd first look into what testing was already in the ATS code base, and se

Unit testing of ATS

2012-07-18 Thread Adam Phelps
I'm looking to do make some changes to ATS in addition to doing some work on a plugin, and generally have a preference to to have unit tests for most of the stuff I write. I figured I'd first look into what testing was already in the ATS code base, and see a decent number of tests. However it