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.
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/...')