mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2012 JetBrains s.r.o.
|
||||
* Copyright 2000-2014 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -48,6 +48,7 @@ public class SvnBusyOnAddTest extends TestCase {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
//PlatformTestCase.initPlatformLangPrefix();
|
||||
File pluginRoot = new File(PluginPathManager.getPluginHomePath("svn4idea"));
|
||||
if (!pluginRoot.isDirectory()) {
|
||||
@@ -61,6 +62,7 @@ public class SvnBusyOnAddTest extends TestCase {
|
||||
|
||||
@Override
|
||||
public void tearDown() throws Exception {
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2012 JetBrains s.r.o.
|
||||
* Copyright 2000-2014 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -51,6 +51,7 @@ public class SvnLockingTest extends TestCase {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
//PlatformTestCase.initPlatformLangPrefix();
|
||||
File pluginRoot = new File(PluginPathManager.getPluginHomePath("svn4idea"));
|
||||
if (!pluginRoot.isDirectory()) {
|
||||
@@ -65,6 +66,7 @@ public class SvnLockingTest extends TestCase {
|
||||
|
||||
@Override
|
||||
public void tearDown() throws Exception {
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
public void testPrepare() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user