minor refactorings

This commit is contained in:
Mikhail Mutcianko
2014-08-22 18:11:53 +04:00
committed by Yan Zhulanow
parent 23fbc60e50
commit 19e6b79cae
13 changed files with 19 additions and 43 deletions
@@ -43,7 +43,7 @@ public class AndroidXmlTest extends TestCaseWithTmpdir {
private final File fakeViewSrc = new File(getTestDataPath() + "/fakeHelpers/View.kt");
private final File fakeWidgetsSrc = new File(getTestDataPath() + "/fakeHelpers/Widgets.kt");
private final File fakeMyActivitySrc = new File(singleFilePrefix + "MyActivity.kt");
private final String singleFileResPath = singleFilePrefix + "res/layout/";
private static final String singleFileResPath = singleFilePrefix + "res/layout/";
@Override
public void setUp() throws Exception {