We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1776b8e commit 36bdadcCopy full SHA for 36bdadc
marklogic-data-hub/src/test/java/com/marklogic/hub/PiiE2E.java
@@ -86,6 +86,7 @@ public static void teardown()
86
public static void setupAll() throws Exception
87
{
88
XMLUnit.setIgnoreWhitespace(true);
89
+ new Installer().teardownProject();
90
new Installer().setupProject();
91
Path src = Paths.get(PiiE2E.class.getClassLoader().getResource("pii-test").toURI());
92
Path dest = Paths.get(PROJECT_PATH).getFileName().toAbsolutePath();
0 commit comments