Skip to content

Commit

Permalink
adding some 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 Feb 13, 2025
1 parent 96e3352 commit b1d4f5d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public void testGetVariables() throws BadLocationException {
XMLAssert.testCompletionFor(serverXML, null, serverXmlFile.toURI().toString(), TOTAL_ITEMS, httpCompletion,
httpsCompletion);

// tests for checking completion of liberty pre defined variables
// verifying variables starting with server. and wlp.
serverXML = String.join(newLine, //
"<server description=\"Sample Liberty server\">", //
" <featureManager>", //
Expand Down

0 comments on commit b1d4f5d

Please sign in to comment.