Skip to content

Commit

Permalink
SingleModNLTRestProjectTestCommon class
Browse files Browse the repository at this point in the history
  • Loading branch information
anusreelakshmi934 committed Jan 8, 2025
1 parent 58c45eb commit 28288d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void testsRefreshProjectWithServerXmlOnly() {

// Copy a valid server.xml file to this project's src/main/liberty/config directory.
Path validServerXml = Paths.get(getHelperFilesDirPath(), ItConstants.SERVER_XML);
Path destination = Paths.get(getProjectsDirPath(), getSmNLTRestProjectName(), "src", "main", "liberty", "config", ItConstants.SERVER_XML);
Path destination = Paths.get(getProjectsDirPath(), getSmNLTRestProjectName(), ItConstants.CONFIG_DIR_PATH, ItConstants.SERVER_XML);

try {
Files.copy(validServerXml, destination, StandardCopyOption.COPY_ATTRIBUTES, StandardCopyOption.REPLACE_EXISTING);
Expand Down

0 comments on commit 28288d6

Please sign in to comment.