mbien commented on code in PR #7387:
URL: https://github.com/apache/netbeans/pull/7387#discussion_r1668389146


##########
php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCCDocumentationTest.java:
##########
@@ -654,6 +654,14 @@ public void testPhpDocAndFunctionInDifferentBlocks_02() 
throws Exception {
         
checkCompletionDocumentation("testfiles/completion/documentation/phpDocAndFunctionInDifferentBlocks.php",
 "func2^(1)", false, "");
     }
 
+    public void testFunctionGuessingFloatReturnType_01() throws Exception {
+        
checkCompletionDocumentation("testfiles/completion/documentation/functionGuessingFloatReturnType.php",
 "testFloatReturn^Type_01();", false, "");
+    }

Review Comment:
   this test started failing recently on linux. Could this be some kind of race 
condition where it is sometimes returning a different completion item?
   
   it works fine on windows.



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

To unsubscribe, e-mail: [email protected]

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