RE: Test failure question

2006-06-16 Thread Pasha Bizhan
Hi, > From: George Aroush [mailto:[EMAIL PROTECTED] > > That is defiantly not happening in my case. Here is an output: > > Which version of NUnit are you using? I am using 2.2.8. 2.2.0. But I've downloaded 2.2.8 and test it. It produces the same results: setUp is called before each test

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

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
ee what 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 questio

Re: Test failure question

2006-06-16 Thread Simon Willnauer
On 6/16/06, George Aroush <[EMAIL PROTECTED]> wrote: Hi folks, I realize this question is not directly related to Lucene, but I believe it's worth asking. With Lucene.Net (for those who don't know, is a port of Jakarta Lucene from Java to C#) I use NUnit to test the same test code (ported to C#

Test failure question

2006-06-16 Thread George Aroush
Hi folks, I realize this question is not directly related to Lucene, but I believe it's worth asking. With Lucene.Net (for those who don't know, is a port of Jakarta Lucene from Java to C#) I use NUnit to test the same test code (ported to C#) that JUnit test. When I run the NUnit test there are