This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246087 - External JSTestDriver
Summary: External JSTestDriver
Status: RESOLVED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Test Specifications (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7 x64
: P4 normal (vote)
Assignee: Vladimir Riha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-29 05:30 UTC by skomisa
Modified: 2014-08-12 15:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skomisa 2014-07-29 05:30:58 UTC
Environment (from "About Netbeans"): 
====================================
Product Version: NetBeans IDE Dev (Build 201407280405)
Java: 1.8.0_20-ea; Java HotSpot(TM) 64-Bit Server VM 25.20-b22
Runtime: Java(TM) SE Runtime Environment 1.8.0_20-ea-b23
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\JohnDoe\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\JohnDoe\AppData\Local\NetBeans\Cache\

Details:
========
The following comments relate to the 8.0.1 test specification for JSTestDriver here: http://services.netbeans.org/synergy/client/app/#/specification/326/v/2

Regarding the section "Running tests using external JSTestDriver":
[1] The file "JsTestDriver.jar" must be renamed "JsTestDriver-1.3.5.jar" for the tests to run.
[2] The port number must be 9178 (not 9876), since that is what is specified in the configuration file "jsTestDriver_external.conf". Using port 9876 results in "connection refused", but port 9178 works fine.
Comment 1 Vladimir Riha 2014-08-12 15:29:13 UTC
fixed, thanks for catching that.