RE: Test failure question

2006-06-16 Thread George Aroush
it does, so if someone who has it setup can test and post here I would really appreciate it. Regards, -- George -Original Message- From: Simon Willnauer [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 12:39 PM To: java-dev@lucene.apache.org Subject: Re: Test failure question On 6/16

RE: Test failure question

2006-06-16 Thread Pasha Bizhan
Hi, testBarelyCloseEnough(), testExact(), testMulipleTerms(), etc? If so, then the NUnit is not doing this. I tested by outputing to stdout. NUnit calls setUp before each test and calls tearDown after each test. Add Console.WriteLine and see the result. Let me show: --

RE: Test failure question

2006-06-16 Thread George Aroush
() TestWrappedPhrase() TearDown() Which version of NUnit are you using? I am using 2.2.8. Regards, -- George -Original Message- From: Pasha Bizhan [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 2:07 PM To: java-dev@lucene.apache.org Subject: RE: Test failure question Hi