Skip to content

Commit

Permalink
make test more robust.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Sep 1, 2021
1 parent 54f8f4b commit 726f828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UnitTests/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@ void ResetFindOptions() {
RemoveNode(doc, "//SearchWholeWord");
RemoveNode(doc, "//SearchRegex");
RemoveNode(doc, "//SearchMatchCase");
RemoveNode(doc, "//SearchXPath");
RemoveNode(doc, "//FindMode");
doc.Save(path);
}
Expand Down

0 comments on commit 726f828

Please sign in to comment.