mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Hg config test for windows fixed
This commit is contained in:
@@ -23,7 +23,10 @@ public class HgConfigTest extends HgPlatformTest {
|
||||
|
||||
public void testDefaultPathInClonedRepo() {
|
||||
cd(myChildRepo);
|
||||
assertEquals(myRepository.getCanonicalPath(), HgUtil.getRepositoryDefaultPath(myProject, myChildRepo));
|
||||
final String defaultPath = HgUtil.getRepositoryDefaultPath(myProject, myChildRepo);
|
||||
assertNotNull(defaultPath);
|
||||
assertEquals(myRepository.getCanonicalPath(),
|
||||
FileUtil.toSystemIndependentName(defaultPath));
|
||||
}
|
||||
|
||||
public void testLargeExtensionInClonedRepo() {
|
||||
|
||||
Reference in New Issue
Block a user