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.
Owner: virtix
Cc: marc.esher