mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
write module classpath if forked per module even if all tests were located in one module as classpath could be from the project as per-config (IDEA-155036)
This commit is contained in:
@@ -369,7 +369,7 @@ public abstract class JavaTestFrameworkRunnableState<T extends ModuleBasedConfig
|
||||
|
||||
protected void writeClassesPerModule(String packageName, JavaParameters javaParameters, Map<Module, List<String>> perModule)
|
||||
throws FileNotFoundException, UnsupportedEncodingException, CantRunException {
|
||||
if (perModule != null && perModule.size() > 1) {
|
||||
if (perModule != null) {
|
||||
final String classpath = getScope() == TestSearchScope.WHOLE_PROJECT
|
||||
? null : javaParameters.getClassPath().getPathsString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user