not a test yet

This commit is contained in:
irengrig
2013-01-31 18:09:53 +04:00
parent 64c6ad957e
commit 8bd77aeeca
@@ -16,7 +16,6 @@
package org.jetbrains.idea.svn;
import com.intellij.util.net.HttpConfigurable;
import org.junit.Test;
/**
* Created with IntelliJ IDEA.
@@ -40,4 +39,6 @@ public class SvnAndProxyTest extends Svn17TestCase {
h.KEEP_PROXY_PASSWORD = false;
h.LAST_ERROR = null;
}
private @interface Test{}
}