From b858c788515524c2224165fc615638b75266954f Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Tue, 19 Feb 2019 12:07:48 -0800 Subject: improved test harnesses for working with runtime --- testing/src/test/java/org/aspectj/testing/CompileSpec.java | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/src') diff --git a/testing/src/test/java/org/aspectj/testing/CompileSpec.java b/testing/src/test/java/org/aspectj/testing/CompileSpec.java index 22570e3d1..97cba2bc5 100644 --- a/testing/src/test/java/org/aspectj/testing/CompileSpec.java +++ b/testing/src/test/java/org/aspectj/testing/CompileSpec.java @@ -303,6 +303,7 @@ public class CompileSpec implements ITestStep { } private String rewrite(String path) { + path = path.replace("$runtimemodule", TestUtil.aspectjrtPath(true).toString()); path = path.replace("$runtime", TestUtil.aspectjrtPath().toString()); return path; } -- cgit v1.2.3