Re: Do we mix up regression and unit tests?

2006-04-24 Thread Tim Ellison
That's right, we took in a number of contributions and merged the tests in as quickly as we could, so we now have most of the tests being run regularly. We should go through and rename the packages to a consistent convention (and it might as well be now as later). Regards, Tim Mark Hindess

Re: Do we mix up regression and unit tests?

2006-04-23 Thread Mikhail Loenko
/test/java/tests/api/java/net. (And please notice perhaps some tests are in excluded-list, e.g. Socket or ServerSocket test, I dont remember very clearly :) ) Your comments? 2006/4/21, Dmitry M. Kononov [EMAIL PROTECTED]: Hi, Could somebody please explain me do we mix up regression

Re: Do we mix up regression and unit tests?

2006-04-23 Thread Dmitry M. Kononov
On 4/22/06, LvJimmy,Jing [EMAIL PROTECTED] wrote: In my understanding, if someone want to add some regression tests to test APIs, it can be added directly to the API test files if any, it is not necessary to open a new file. I see. Could you please explain what is your understanding of tests

Re: Do we mix up regression and unit tests?

2006-04-22 Thread LvJimmy,Jing
are in excluded-list, e.g. Socket or ServerSocket test, I dont remember very clearly :) ) Your comments? 2006/4/21, Dmitry M. Kononov [EMAIL PROTECTED]: Hi, Could somebody please explain me do we mix up regression and unit tests? I noticed that the luni module has two kind of test packages

Do we mix up regression and unit tests?

2006-04-21 Thread Dmitry M. Kononov
Hi, Could somebody please explain me do we mix up regression and unit tests? I noticed that the luni module has two kind of test packages (under the luni/src/test/java directory). A name of one of them starts with the org.apache.harmony.tests string. Another one starts with the tests string