This commit is contained in:
Alexey Kudravtsev
2014-04-10 12:32:53 +04:00
parent 699e022f5c
commit e6896ab9bf
2 changed files with 6 additions and 2 deletions
@@ -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 {