Issue 38: Context Discrepency between DirectoryTestRunner and Eclipse Plugin (and runtestremote)
Status:  Invalid
Owner:
Closed:  Dec 2007
Project Member Reported by virtix, Dec 29, 2007
What steps will reproduce the problem?
1. Run /mxunit/tests/run.cfm?output=extjs and note HttpAntRunnerTest.testRun() 
2. run HttpAntRunnerTest from Eclipse or directly using runtestremote

What is the expected output? The outputs should be the same

What do you see instead? One will output ERROR while other will output
failure. Looking at the test itself, it's trying to locate a directory in
/tests/framework/fixture/..., but the path is executed differently
depending upon content.

I'll look into this. I just needed to jot it down for my again reccolection.
 
Dec 30, 2007
Project Member #1 virtix
Ok .... Got the problem. I was messing up the paths so when called from tests.cfm it
was looking in one place while calling from eclipse it was looking in another. Basic
programming 101 ---- solution was expandpath('/mxunit/tests/...')
Status: Invalid