X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.osgi.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fosgi%2Ftests%2FTestSCLOsgi.java;fp=tests%2Forg.simantics.scl.osgi.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fosgi%2Ftests%2FTestSCLOsgi.java;h=700c42b0e4d58bbceb2c1bee702d379e617aff07;hp=227381147552c8889994835de885bc6bee584eb4;hb=67d1ff951a69055ba9c139aa8955c684b1b2ca03;hpb=887c3c2fc31f3a4fe806c0f59c7b16ba87021636 diff --git a/tests/org.simantics.scl.osgi.tests/src/org/simantics/scl/osgi/tests/TestSCLOsgi.java b/tests/org.simantics.scl.osgi.tests/src/org/simantics/scl/osgi/tests/TestSCLOsgi.java index 227381147..700c42b0e 100644 --- a/tests/org.simantics.scl.osgi.tests/src/org/simantics/scl/osgi/tests/TestSCLOsgi.java +++ b/tests/org.simantics.scl.osgi.tests/src/org/simantics/scl/osgi/tests/TestSCLOsgi.java @@ -53,7 +53,7 @@ public class TestSCLOsgi { @Test public void exportAllSCLDocumentation() throws IOException { // "./scldoc" evaluates to "tests/org.simantics.scl.osgi.tests/scldoc" when these tests are ran with Tycho/Maven - Path dir = Paths.get("./scldoc"); + Path dir = Paths.get("./target/scldoc"); Files.createDirectories(dir); GenerateAllHtmlDocumentation.generate(SCLOsgi.MODULE_REPOSITORY, dir); }