| Issue 42: | extjs runner: output link appears on single test, not in directory test suite test | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. run full suite: http://localhost/mxunit/tests/run.cfm? 2. see that testMXUnitExtensionsAdded has no "output" link 3. click the test method link to run just that test method 4) testMXUnitExtensionsAdded now has an "output" link What is the expected output? What do you see instead? should be consistent between test suite and single method run
Jan 1, 2008
Project Member
#1
marc.es...@gmail.com
Jan 1, 2008
hey bill, i have to give this one to you. the problem is in the HttpAntRunnerTest. I commented out the testRun method entirely, and the problem still exists. But when I comment out the createobject() on the HttpAntRunner in the Setup function, the problem goes away. if i add HttpAntRunnerTest as an excludes in run.cfm, the problem obviously goes away. So.... there's something going on in the createObect for the HttpAntRunner that's overwriting the contents of existing struct keys in the TestResult object. You're much more familiar with how all that works than I am so it's probably best if you take a look. what concerns me is that the results of a test are interacting with the results of another test. there's some weirdo data collision going on here that is unsettling. possibly a missing "var" somewhere? or something that is instance data that should be local?
Owner:
virtix
Cc: -virtix marc.esher
Jun 30, 2010
old
Status:
Fixed
Cc: -marc.esher |