You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/28 11:16:09 UTC

[GitHub] rtaneja1 closed pull request #921: [NETBEANS-1224]: Added Test Cases for the issue

rtaneja1 closed pull request #921: [NETBEANS-1224]: Added Test Cases for the issue
URL: https://github.com/apache/incubator-netbeans/pull/921
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/java/java.completion/test/unit/src/org/netbeans/modules/java/completion/JavaCompletionTask111FeaturesTest.java b/java/java.completion/test/unit/src/org/netbeans/modules/java/completion/JavaCompletionTask111FeaturesTest.java
index 7ec785755f..008082c1b4 100644
--- a/java/java.completion/test/unit/src/org/netbeans/modules/java/completion/JavaCompletionTask111FeaturesTest.java
+++ b/java/java.completion/test/unit/src/org/netbeans/modules/java/completion/JavaCompletionTask111FeaturesTest.java
@@ -55,6 +55,7 @@ public void testEmptyFileAfterTypingLambdaParam() throws Exception {
     public void testEmptyFileAfterTypingTypeOfLambdaParam() throws Exception {
         performTest("SimpleLambdaExpression2Start", 1131, "t.test((String ", "stringVarName.pass", SOURCE_LEVEL);
     }
+
     public void testFirstLambdaParam() throws Exception {
         performTest("SimpleLambdaExpression2Start", 1131, "Foo obj = (final ", "lambdaParameterTypesIncludingVar1.pass", SOURCE_LEVEL);
     }
@@ -95,8 +96,6 @@ public void testThirdLambdaParamWithAnnotation1() throws Exception {
         performTest("SimpleLambdaExpression2Start", 1131, "t.test((@TestAnnotation var x, var y,", "var.pass", SOURCE_LEVEL);
     }
 
-/* Below Test Cases are commented out and will we added back once bug:NETBEANS-1224 is fixed.
-    
     public void testSecondLambdaParam4() throws Exception {
         performTest("SimpleLambdaExpression2Start", 1131, "t.test((var s,", "var.pass", SOURCE_LEVEL);
     }
@@ -108,7 +107,7 @@ public void testSecondLambdaParam5() throws Exception {
     public void testSecondLambdaParamWithAnnotation() throws Exception {
         performTest("SimpleLambdaExpression2Start", 1131, "t.test((@TestAnnotation var x, ", "var.pass", SOURCE_LEVEL);
     }
-*/
+
     public void noop() {
     }
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists