Skip to content

Commit 36bdadc

Browse files
author
ssambasu
committed
Fixing PiiE2E test
1 parent 1776b8e commit 36bdadc

File tree

1 file changed

+1
-0
lines changed
  • marklogic-data-hub/src/test/java/com/marklogic/hub

1 file changed

+1
-0
lines changed

marklogic-data-hub/src/test/java/com/marklogic/hub/PiiE2E.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public static void teardown()
8686
public static void setupAll() throws Exception
8787
{
8888
XMLUnit.setIgnoreWhitespace(true);
89+
new Installer().teardownProject();
8990
new Installer().setupProject();
9091
Path src = Paths.get(PiiE2E.class.getClassLoader().getResource("pii-test").toURI());
9192
Path dest = Paths.get(PROJECT_PATH).getFileName().toAbsolutePath();

0 commit comments

Comments
 (0)