Sure Jacques,
I'll keep that in mind.
--
Thanks,
Mridul Pathak
On 07-Nov-09, at 1:32 PM, Jacques Le Roux wrote:
Please Mridul,
If you add ant targets don't forget to put descriptions
I find ant -p very convenient
Thanks
Jacques
From: "Mridul Pathak" <[email protected]>
I checked it again, there are few available. Please see my
comments inline.
--
Thanks,
Mridul Pathak
On 07-Nov-09, at 12:54 PM, Mridul Pathak wrote:
I was wrong about the ant target support. There isn't any, its
only possible with "java -jar ofbiz.jar". We can definitely add
such targets. Following are the basic targets that we can add:
1) ant run-tests-component -Dcomponent=component-name
Not Available. We can still add this one, looks like it will be
useful.
2) ant run-test-suite -Dsuitename=test-suite-name
Available. It is ant run-single-test-suite, takes test.component
and test.suiteName as arguments.
3) a combination of #1 and #2, I can't think a good name for this
one, please suggest.
#2 serves it.
4) we may add a target to run a specific test-case in a
particular test-suite too, but I'll have to look for the
available support once.
Available. It is ant run-single-test, takes test.component and
test.case as arguments.
Please let me know what do you think of above listed targets and
I can provide the patch for it. Also would they by of help
while running tests within Eclipse, I haven't ever tried it as I
always use command line. Looking forward to the thoughts of
community as well.
--
Thanks,
Mridul Pathak
On 07-Nov-09, at 12:38 PM, Adrian Crum wrote:
Mridul,
Thank you! I have to confess, I don't use the command line often
(actually never). I was referring to running tests from within
Eclipse. But I'll give your suggestion a try!
-Adrian
--- On Fri, 11/6/09, Mridul Pathak
<[email protected]> wrote:
From: Mridul Pathak <[email protected]>
Subject: Re: OFBiz Tests and Ant build.xml Files
To: [email protected]
Cc: "Mridul Pathak" <[email protected]>
Date: Friday, November 6, 2009, 8:22 PM
Hi Adrian,
To run a component specific JUnit tests you
can use java -jar ofbiz.jar -test
-component='component-name'. I used it a long ago and
I can recall pretty surely that it worked. And if this
works, I believe ant run-tests -component='component-name'
should also work.
Just in case the above commands do not work
(which I doubt) then we should add this support to the
framework.
--
Thanks,
Mridul Pathak
On 07-Nov-09, at 8:28 AM, Adrian Crum wrote:
I've been working a lot in the framework, and I would
like to get some automated tests in there. The problem is,
there is no "test" ant target at the component level. Is
there a way that can be done? I'm not familiar with ant
build.xml files, so could someone help out with that?
-Adrian