Skip to content

Commit

Permalink
Fix GlassFish launcher test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Sep 24, 2023
1 parent 9bbbc43 commit f6f65a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation.
* Copyright (c) 2008, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -129,7 +129,7 @@ public void brokenDomainXml() throws Exception {
info.setDomainName("baddomain");
GFLauncherException e = assertThrows(GFLauncherException.class, launcher::launch);
assertEquals("Fatal Error encountered during launch: \"Xml Parser Error: javax.xml.stream.XMLStreamException:"
+ " ParseError at [row,col]:[62,7]\n"
+ " ParseError at [row,col]:[57,7]\n"
+ "Message: The element type \"system-property\" must be terminated by the matching"
+ " end-tag \"</system-property>\".", e.getMessage());
}
Expand Down

0 comments on commit f6f65a5

Please sign in to comment.