Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 751529c

Browse files
committedFeb 18, 2017
Revert default for separate classloader to what it was in previous release
1 parent dac5eeb commit 751529c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎runtime/src/main/java/org/evosuite/runtime/RuntimeSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public class RuntimeSettings {
9696
* Should tests be executed in a separate instrumenting class loader
9797
* or with the standard classloader and instrumentation via an agent?
9898
*/
99-
public static boolean useSeparateClassLoader = true;
99+
public static boolean useSeparateClassLoader = false;
100100

101101
/**
102102
* If the class is serializable, then doing any change (adding hashCode, static reset, etc)

0 commit comments

Comments
 (0)
Please sign in to comment.