OpenLiberty / liberty-tools-vscode

Visual Studio Code extension for Liberty Tools
https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext
Eclipse Public License 2.0
18 stars 35 forks source link

Issue#354 Test cases added for Gradle and Maven #364

Open SuparnaSuresh opened 4 weeks ago

SuparnaSuresh commented 4 weeks ago

Fixes https://github.com/OpenLiberty/liberty-tools-vscode/issues/354 Added test case to handling the scenario for

aparnamichael commented 4 weeks ago

@SuparnaSuresh

  1. Please fix the indentations.
  2. Remove unwanted spaces and unused lines of code.
  3. Run tests for 'Gradle project name' with space and 'Gradle Project directory with space' together, same as in LTI.
SuparnaSuresh commented 4 weeks ago

@aparnamichael Review comments addressed. Made changes to run tests for 'Gradle project name' with space and 'Gradle Project directory with space' together.

aparnamichael commented 3 weeks ago

This will be merged after merging issue 337 PR.