Browse Source

fix adrians test to allow MultiProjectIncrementalTests to run after this one

tags/post_pr_153572
aclement 18 years ago
parent
commit
fe2b911d4a

+ 1
- 0
tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java View File

@@ -364,6 +364,7 @@ public class AjdeInteractionTestbed extends TestCase {
public static void reset() {
_instance.aspectPath=null;
_instance.sourcePathResources=null;
_instance.outputLocationManager=null;
}
private String projectName = null;

Loading…
Cancel
Save