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

Summary: External JSTestDriver
Product: qa Reporter: skomisa
Component: Test SpecificationsAssignee: Vladimir Riha <vriha>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

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.