Closed backplane-import closed 13 years ago
The problem is that the URL for the functional test report file (in selenium-rc.xml) is constructed by using the 'outputDir' and the 'browser' parameters, like this: {{{ @{outputDir}/@{browser}-results.html }}} This is fine if an environment variable is set for the browser being used, because the 'selenium-rc.browsers' variable will then usually be set to '*firefox3' (i.e., with no path). But when using the full browser path Selenium fails to create the report file, causing the tests to abort.
This issue was closed by revision bcac80d810a19acd20a17a6aaf28c02d52c3b0f4 (originally 5c1106ac7b).
Updates
Ticket status set to Fixed
Imported from backplanejs Google Code issue 99.
What steps will reproduce the problem?
ant functional-test
.What is the expected output? What do you see instead? The functional tests should be run and the message 'Build successful' should be output.
Instead the test server fails to load and the build is aborted.
Owner set to markbirbeck
Priority: Medium Type: Defect