projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Mercurial Tests] Renamed AbstractHgTestCase to HgAbstractTestCase for unification.
[idea/community.git]
/
plugins
/
hg4idea
/
testSrc
/
org
/
zmlx
/
hg4idea
/
test
/
HgAddTestCase.java
diff --git
a/plugins/hg4idea/testSrc/org/zmlx/hg4idea/test/HgAddTestCase.java
b/plugins/hg4idea/testSrc/org/zmlx/hg4idea/test/HgAddTestCase.java
index 5c5ad4763fb17e6f0a51d5871124926857d40930..9f945b1270335d98596e547fb16a3ea822f325eb 100644
(file)
--- a/
plugins/hg4idea/testSrc/org/zmlx/hg4idea/test/HgAddTestCase.java
+++ b/
plugins/hg4idea/testSrc/org/zmlx/hg4idea/test/HgAddTestCase.java
@@
-18,7
+18,7
@@
import org.testng.annotations.Test;
/**
* Tests adding files to the Mercurial repository.
*/
-public class HgAddTestCase extends
AbstractHg
TestCase {
+public class HgAddTestCase extends
HgAbstract
TestCase {
/**
* 1. Create a file in the file system.