diff options
-rw-r--r-- | testing/newsrc/org/aspectj/testing/RunSpec.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/newsrc/org/aspectj/testing/RunSpec.java b/testing/newsrc/org/aspectj/testing/RunSpec.java index f418ac34c..cb0d497a8 100644 --- a/testing/newsrc/org/aspectj/testing/RunSpec.java +++ b/testing/newsrc/org/aspectj/testing/RunSpec.java @@ -76,6 +76,7 @@ public class RunSpec implements ITestStep { } public String getClasspath() { + if (cpath == null) return null; return this.cpath.replace('/', File.separatorChar); } |