Re: Adding "testpackage" to common-build.xml

2009-04-27 Thread Shai Erera
ok then I'll open an issue and post the patch. You can review it and give it a try Shai On Mon, Apr 27, 2009 at 2:10 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > This sounds like a great change! It would also allow us to test the > other (index, store, etc.) packages too? > > I

Re: Adding "testpackage" to common-build.xml

2009-04-27 Thread Michael McCandless
This sounds like a great change! It would also allow us to test the other (index, store, etc.) packages too? I don't think this is possible today, though I'm no expert with ant so it's entirely possible I've missed it. Presumably once we "modularize", then the "module" would be the natural unit

Adding "testpackage" to common-build.xml

2009-04-27 Thread Shai Erera
Hi I noticed that one can define "testcase" to execute just one test class, which is convenient. However, I didn't notice any equivalent for testing a whole package. Lately, when handling all those search issues, I often wanted to run all the tests in o.a.l.search and just them, but couldn't so I