Skip to content

Commit b103756

Browse files
author
Vitaliy Boyko
committed
Attempt to fix windows issue 1
1 parent 90f8fbf commit b103756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/com/magento/idea/magento2plugin/BaseProjectTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import com.intellij.testFramework.fixtures.BasePlatformTestCase;
55
import com.magento.idea.magento2plugin.indexes.IndexManager;
66
import com.magento.idea.magento2plugin.project.Settings;
7+
import com.magento.idea.magento2plugin.project.util.GetProjectBasePath;
78
import java.io.File;
89

910
/**
@@ -24,7 +25,7 @@ private void copyMagento2ToTestProject() {
2425
myFixture.setTestDataPath(testDataProjectPath);
2526
myFixture.copyDirectoryToProject(
2627
testDataProjectDirectory,
27-
myFixture.getProject().getBasePath()
28+
GetProjectBasePath.execute(myFixture.getProject()).getPath()
2829
);
2930
}
3031

0 commit comments

Comments
 (0)