My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 81: Ant Task Defaultrunner
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  virtix
Closed:  Mar 2008
Cc:  marc.es...@gmail.com


 
Project Member Reported by a.hask...@gmail.com, Mar 9, 2008
What steps will reproduce the problem?
1. Set default Runner to something other than the default
2. Run a testcase without a runner defined

What is the expected output? What do you see instead?
I would expect the testcase to run off the defaultrunner I defined in the
parent task instead it uses the default value.

What version of the product are you using?
0.9.86-rc1 on XP

Please provide any additional information below:

Pretty sure the issue is with the fact the runner is declared as 
String runner = '/mxunit/.....' in the TestCase inner class. 
but then when execute is run it checks to see if the test's runner is not
blank. Either runner's declaration needs modified or the check in execute
needs modified. 
 
Mar 9, 2008
Project Member #1 virtix
Thanks for the bug report! Marc actually pointed this out to me but I was too dense
at the time time to see clearly, which is probably my default state. Anyway, a new
jar is available in the repo and the fix will be in the next build pending additional
verification. http://mxunit.googlecode.com/svn/mxunit/trunk/ant/lib/mxunit-ant.jar
Status: Fixed
Owner: virtix
Cc: marc.esher
Mar 12, 2008
Project Member #2 a.hask...@gmail.com
Just ran a test and its looking good. Anyone want to take my other open issue with
context roots and EXT :) ?

Powered by Google Project Hosting