tmysik commented on a change in pull request #2209:
URL: https://github.com/apache/netbeans/pull/2209#discussion_r443514116
##########
File path:
php/php.dbgp/test/unit/src/org/netbeans/modules/php/dbgp/DebuggerTest.java
##########
@@ -80,10 +80,11 @@ public void testStopAtBreakpoint() throws Exception {
assertNotNull(scriptFile);
assertTrue(scriptFile.exists());
final TestWrapper testWrapper = new
TestWrapper(getTestForSuspendState(sessionId));
- addBreakpoint(scriptFo, 48, testWrapper, new
RunContinuation(sessionId));
+ addBreakpoint(scriptFo, 27, testWrapper, new
RunContinuation(sessionId));
startDebugging(sessionId, scriptFile);
sessionId.isInitialized(true);
- testWrapper.assertTested();//sometimes, randomly fails
+ // always fails
Review comment:
Mayve `TODO:` could be here (I know, unlike to be fixed, ever :).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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