Skip to content

Commit c50a75d

Browse files
committed
rebased with shared test suite, added copyrights
1 parent 39e7324 commit c50a75d

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

src/test/GradleTestDevModeActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* IBM Confidential
3-
* Copyright IBM Corp. 2023, 2026
3+
* Copyright IBM Corp. 2026
44
*/
55
import { expect } from 'chai';
66
import { EditorView, VSBrowser } from 'vscode-extension-tester';

src/test/GradleTestLSPHover.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2026
4+
*/
5+
16
import * as utils from './utils/testUtils';
27
import { runHoverTestSuite } from './shared/hoverTestSuite';
38

src/test/MavenTestDevModeActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* IBM Confidential
3-
* Copyright IBM Corp. 2023, 2026
3+
* Copyright IBM Corp. 2026
44
*/
55
import { expect } from 'chai';
66
import { EditorView, VSBrowser } from 'vscode-extension-tester';

src/test/MavenTestLSPHover.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2026
4+
*/
15
import * as utils from './utils/testUtils';
26
import { runHoverTestSuite } from './shared/hoverTestSuite';
37

src/test/MavenTestLSPServerEnv.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
22
* IBM Confidential
3-
* Copyright IBM Corp. 2023, 2026
3+
* Copyright IBM Corp. 2026
44
*/
5+
56
import * as path from 'path';
67
import { logger } from './utils/testLogger';
78
import { EditorView, VSBrowser } from 'vscode-extension-tester';
@@ -13,7 +14,7 @@ import { ProblemsPage } from './pages/ProblemsPage';
1314
import { QuickFixPage } from './pages/QuickFixPage';
1415
import * as editorUtils from './utils/editorUtils';
1516

16-
const HOVER_INITIAL_CONTENT = 'WLP_USER_DIR=/opt/wlp/usr\nLOG_DIR=/logs\n';
17+
const HOVER_INITIAL_CONTENT = 'WLP_USER_DIR=./custom-user-dir\nLOG_DIR=./logs\n';
1718

1819
const HOVER_TEST_CASES = [
1920
{

0 commit comments

Comments
 (0)