Jaroslav Tulach created NETBEANS-1703:
-----------------------------------------
Summary: Don't printStackTrace when running HTML/Java tests
Key: NETBEANS-1703
URL: https://issues.apache.org/jira/browse/NETBEANS-1703
Project: NetBeans
Issue Type: Bug
Components: platform - HTML4J
Reporter: Jaroslav Tulach
> Configuring TestNG with: TestNG652Configurator
> java.lang.Exception: Error
> at
> org.netbeans.html.json.impl.OnReceiveTest.performErrorJSONCallNoHandling(OnReceiveTest.java:64)
There is a test that tests behavior of a broken connection to a REST end point
and logs the problem to System.err. Thus the error is logged, but then it is
properly processed.
Suppress the printing to not scare testers next time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists