Skip to content

Commit

Permalink
Merge pull request #478 from mrglavas/477-fix-ui-integration-tests
Browse files Browse the repository at this point in the history
Synchronize UI integration tests with Jakarta diagnostic message updates.
  • Loading branch information
mrglavas authored Jul 19, 2023
2 parents 9eabb76 + 97a385c commit 5d44d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void testJakartaDiagnosticsInJavaPart() {
String publicString = "public Response getProperties() {";
String privateString = "private Response getProperties() {";
String flaggedString = "getProperties";
String expectedHoverData = "Only public methods may be exposed as resource methods";
String expectedHoverData = "Only public methods can be exposed as resource methods";
Path pathToSrc = Paths.get(projectsPath, projectName, "src", "main", "java", "io", "openliberty", "mp", "sample", "system", "SystemResource2.java");

// get focus on file tab prior to copy
Expand Down

0 comments on commit 5d44d9a

Please sign in to comment.