projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use another fixture as base class for course creator tests
[idea/community.git]
/
python
/
educational-core
/
course-creator
/
testSrc
/
com
/
jetbrains
/
edu
/
coursecreator
/
actions
/
CCAnswerPlaceholderActionTest.java
diff --git
a/python/educational-core/course-creator/testSrc/com/jetbrains/edu/coursecreator/actions/CCAnswerPlaceholderActionTest.java
b/python/educational-core/course-creator/testSrc/com/jetbrains/edu/coursecreator/actions/CCAnswerPlaceholderActionTest.java
index ab91204d29d308bea30a4cd8867bcf611666c29d..9ca2aa19733fa98235348eb6514032b0441ca6ff 100644
(file)
--- a/
python/educational-core/course-creator/testSrc/com/jetbrains/edu/coursecreator/actions/CCAnswerPlaceholderActionTest.java
+++ b/
python/educational-core/course-creator/testSrc/com/jetbrains/edu/coursecreator/actions/CCAnswerPlaceholderActionTest.java
@@
-67,7
+67,7
@@
public class CCAnswerPlaceholderActionTest extends CCTestCase {
}
@Override
- protected String get
TestData
Path() {
- return super.get
TestDataPath()
+ "/actions/addPlaceholder";
+ protected String get
Base
Path() {
+ return super.get
BasePath()
+ "/actions/addPlaceholder";
}
}