Skip to content

Commit

Permalink
adding more code based on review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Oct 22, 2024
1 parent 96dd03e commit 658bee0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public void testInvalidPlatformDiagnosticWithCodeCompletion() throws BadLocation

XMLAssert.testDiagnosticsFor(serverXML, null, null, serverXMLURI,
invalid1);

XMLAssert.testCodeActionsFor(serverXML, invalid1);
serverXML = String.join(newLine, //
"<server description=\"Sample Liberty server\">", //
" <featureManager>", //
Expand All @@ -820,7 +820,7 @@ public void testInvalidPlatformDiagnosticWithCodeCompletion() throws BadLocation

XMLAssert.testDiagnosticsFor(serverXML, null, null, serverXMLURI,
invalid1);
// expecting code action to show no platforms since
// expecting code action to show only microprofile platforms since
// 1. javaee is already included
// 2. jakartaee is conflicting with javaee platforms
List<String> microProfilePlatforms = new ArrayList<>();
Expand Down

0 comments on commit 658bee0

Please sign in to comment.