Export to GitHub

js-test-driver - issue #376

1.3.4.b serve static files don't appear on windows


Posted on May 29, 2012 by Swift Bear

What steps will reproduce the problem? 1. directory structure: javascript/ |- JsTestDriver-1.3.4.b.jar |- jsTestDriver.conf |- fixtures/ |----- example.html

  1. add following in conf file load:
    • js/test.js

serve: - fixtures/example.html

  1. run your tess with firefox as a slave

What is the expected output? What do you see instead? In firebug note that all the files under load / test are loaded with paths: http://localhost:4224/test/C:/absolute/windows/path/js/test.js I would have expected it to be http://localhost:4224/test/js/test.js

Anyway, either http://localhost:4224/test/fixtures/example.html nor http://localhost:4224/test/C:/absolute/windows/path/fixtures/example.html give a 404

What version of the product are you using? On what operating system?

Please provide any additional information below. running from Windows cmd util. same problem with all browsers. thanks.

Comment #1

Posted on May 29, 2012 by Quick Horse

Please run with --runnerMode=DEBUG on both server and client, and attach them to the bug.

Comment #2

Posted on May 29, 2012 by Swift Bear

it appears that 1.3.4.b fixes the issue - was still on 1.3.4-a thanks for your time

Comment #3

Posted on May 29, 2012 by Swift Bear

(bug can be closed)

Comment #4

Posted on May 29, 2012 by Swift Bear

Comment deleted

Status: New

Labels:
Type-Defect Priority-Medium