nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

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

2. add following in conf file
load:
  - js/test.js

serve:
  - fixtures/example.html

3. 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.

Original issue reported on code.google.com by fritzthe...@gmail.com on 29 May 2012 at 1:41

GoogleCodeExporter commented 8 years ago
Please run with --runnerMode=DEBUG on both server and client, and attach them 
to the bug.

Original comment by corbinrs...@gmail.com on 29 May 2012 at 1:53

GoogleCodeExporter commented 8 years ago
it appears that 1.3.4.b fixes the issue - was still on 1.3.4-a
thanks for your time

Original comment by fritzthe...@gmail.com on 29 May 2012 at 3:08

GoogleCodeExporter commented 8 years ago
(bug can be closed)

Original comment by fritzthe...@gmail.com on 29 May 2012 at 3:09