Don't use IPath.equals() since it is broken on Windows
commitfbb66bdb00b81fc817d9ecd4eed70d4e7d2b4a3e
authorAndrey Loskutov <loskutov@gmx.de>
Sun, 13 Sep 2015 17:19:51 +0000 (13 19:19 +0200)
committerAndrey Loskutov <loskutov@gmx.de>
Sun, 13 Sep 2015 17:19:51 +0000 (13 19:19 +0200)
tree0fd59f9e697a48dcdddbcbef63eed7da08bcda48
parent56529a0c680910d78ab672f630aabad3226879ab
Don't use IPath.equals() since it is broken on Windows

C:\\test and c:\\test are different paths for IPath.equals(). So if we
search for repositories, we cannot rely on it's implementation and
should compare java.io.File instances instead.

Bug: 475453
Change-Id: I9ec19dc3cc31b4717db5a6348cb84a9d4e7751ae
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/op/ConnectProviderOperationTest.java
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ConnectProviderOperation.java