Fix path related failing tests on Windows
commitf634c72c5f71bddda477e2227c32e3aa1d134e46
authorMichael Keppler <Michael.Keppler@gmx.de>
Sat, 29 Dec 2018 13:46:36 +0000 (29 14:46 +0100)
committerMichael Keppler <michael.keppler@gmx.de>
Tue, 1 Jan 2019 13:40:45 +0000 (1 08:40 -0500)
tree4d1be70341794e9468508793390000830b1ef9a6
parent3e6afe375470bcc1abbf9d38aab6af30e3bda1ed
Fix path related failing tests on Windows

* DynamicVariablesTest: IPath.toString() uses a fixed separator "/",
therefore the calculated variable value cannot be compared with the
Windows file separator.
* CommitFileRevisionTest: file revisions in commits are resolved using
"/", therefore a relative Windows path cannot be located in the git
storage.

Change-Id: I9be225654fec285ddd1a4059fffac6058547b668
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.egit.core.test/src/org/eclipse/egit/core/internal/storage/CommitFileRevisionTest.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/variables/DynamicVariablesTest.java