Skip to content

Commit

Permalink
Remove formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Oct 24, 2023
1 parent 0d5fac3 commit 9e9cb22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ public void runStartInitiatorTest() throws IOException {
"";

log.info("TEMP: " + initiatorXML);
initiatorXML = initiatorXML.replace("\n", "\\n").replace("\"", "\\\"");
log.info("TEMP: post: " + initiatorXML);
js.executeScript("ace.edit('editorDiv').setValue(\"" + initiatorXML + "\");");

waitForElementID("saveXmlBtn");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ public void runStartLoadTest() throws IOException {

log.info("TEMP: " + initiatorXML);

initiatorXML = initiatorXML.replace("\n", "\\n").replace("\"", "\\\"");
log.info("TEMP: post: " + initiatorXML);
js.executeScript("ace.edit('editorDiv').setValue(\"" + initiatorXML + "\");");

aceEditor.sendKeys(initiatorXML.replace(" ", ""));
Expand Down

0 comments on commit 9e9cb22

Please sign in to comment.