Skip to content

Commit

Permalink
changed server.xml path
Browse files Browse the repository at this point in the history
  • Loading branch information
SuparnaSuresh committed Dec 9, 2024
1 parent 44525a6 commit f60e566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/GradleSingleModLCLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('LCLS tests for Gradle Project', function () {

it('Should show diagnostic for server.xml invalid value', async () => {

await VSBrowser.instance.openResources(path.join(utils.getGradleProjectPath(), 'src', 'main', 'liberty', 'config', 'server.xml'));
await VSBrowser.instance.openResources(path.join(utils.getGradleProjectPath(), 'src', 'main', 'liberty', 'config2', 'server.xml'));
editor = await new EditorView().openEditor('server.xml') as TextEditor;

const hverExpectdOutcome = `'wrong' is not a valid value of union type 'booleanType'.`;
Expand Down Expand Up @@ -145,7 +145,7 @@ describe('LCLS tests for Gradle Project', function () {

it('Should show hover support for server.xml Liberty Server Feature', async () => {

await VSBrowser.instance.openResources(path.join(utils.getGradleProjectPath(), 'src', 'main', 'liberty', 'config', 'server.xml'));
await VSBrowser.instance.openResources(path.join(utils.getGradleProjectPath(), 'src', 'main', 'liberty', 'config2', 'server.xml'));
editor = await new EditorView().openEditor('server.xml') as TextEditor;

const hverExpectdOutcome = `Description: This feature provides support for the MicroProfile Health specification.`;
Expand Down

0 comments on commit f60e566

Please sign in to comment.