entlicher commented on a change in pull request #2697:
URL: https://github.com/apache/netbeans/pull/2697#discussion_r561970871



##########
File path: 
cpplite/cpplite.debugger/test/unit/src/org/netbeans/modules/cpplite/debugger/StepTest.java
##########
@@ -75,7 +75,7 @@ public void testStepOver () throws Exception {
         LineCookie lc = 
DataObject.find(source).getLookup().lookup(LineCookie.class);
         assertNotNull(lc);
         DebuggerManager.getDebuggerManager().addBreakpoint(new 
CPPLiteBreakpoint(lc.getLineSet().getCurrent(4)));
-        CPPLiteDebugger d = CPPLiteDebugger.startDebugging(new 
CPPLiteDebuggerConfig(Arrays.asList(new File(wd, 
"main").getAbsolutePath()))).first();
+        CPPLiteDebugger d = CPPLiteDebugger.startDebugging(new 
CPPLiteDebuggerConfig(Arrays.asList(new File(wd, "main").getAbsolutePath()), 
wd)).first();

Review comment:
       Right. I plan to improve the tests, hopefully soon after the 12.3 
feature-freeze.




----------------------------------------------------------------
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

Reply via email to