nikseras / js-test-driver

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

IntelliJ plugin configuration for "settingsFile" should use project relative, not absolute, file names #379

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check-in workspace.xml as one user
2. Check-out workspace.xml as another user
3. JSTD configuration now points to the first users .jstd file, workspace & 
tests!

What is the expected output? What do you see instead?
I would expect it to be running my tests on my workspace, but I'm running 
another users tests on another workspace with a different state of the code!

What version of the product are you using? On what operating system?
117.480 on Windows 7

Please provide any additional information below.

<configuration default="false" name="unitTests.jstd" 
type="JSTestDriver:ConfigurationType" factoryName="JsTestDriver">
      <setting name="configLocationType" value="CONFIG_FILE" />
      <setting name="settingsFile" value="C:\Users\ysiad\RubymineProjects\Clickbooq\bin\unitTests.jstd" />
      <setting name="serverType" value="INTERNAL" />
      <RunnerSettings RunnerId="JsTestDriverClientRunner" />
      <ConfigurationWrapper RunnerId="JsTestDriverClientRunner" />
      <method />
</configuration>

Original issue reported on code.google.com by dan...@gmail.com on 29 May 2012 at 6:06

GoogleCodeExporter commented 8 years ago

Original comment by corbinrs...@gmail.com on 29 May 2012 at 6:15

GoogleCodeExporter commented 8 years ago

Original comment by Sergey.S...@gmail.com on 6 Jul 2012 at 11:16

GoogleCodeExporter commented 8 years ago
Issue 378 has been merged into this issue.

Original comment by Sergey.S...@gmail.com on 6 Jul 2012 at 11:45

GoogleCodeExporter commented 8 years ago
Fixed in RubyMine 4.5.

Original comment by Sergey.S...@gmail.com on 21 Jul 2012 at 7:01