JetOverridingTest -> JetLiteFixture

This commit is contained in:
Dmitry Jemerov
2011-10-21 16:38:03 +02:00
parent a615ee2687
commit 6bdf86cd06
3 changed files with 10 additions and 19 deletions
@@ -32,6 +32,10 @@ public abstract class JetLiteFixture extends UsefulTestCase {
myFullDataPath = getTestDataPath() + "/" + dataPath;
}
public JetLiteFixture() {
myFullDataPath = getTestDataPath();
}
protected String getTestDataPath() {
return JetTestCaseBase.getTestDataPathBase();
}