/*
* @see TestCase#setUp()
*/
public void setUp() throws Exception {
super.setUp();
PydevPlugin.setBundleInfo(new BundleInfoStub());
ProjectModulesManager.IN_TESTS = true;
FileUtilsFileBuffer.IN_TESTS = true;
PydevTestUtils.setTestPlatformStateLocation();
}