tmf: Fix SWTBot test on Windows related to short temp path
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 13 Nov 2015 00:27:56 +0000 (19:27 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 12 Nov 2015 21:07:05 +0000 (16:07 -0500)
commitdc9e6c4e57ad63cee333a4c8f96ce8dc96a485d8
tree3e0d288ab876ea013a5118f3ea03ae00adcb5732
parent4e94ae249a1db80edf5d9ba822e9f521894cbb2f
tmf: Fix SWTBot test on Windows related to short temp path

On Windows, the system property for the temorary path looks like this:
java.io.tmpdir=C:\Users\MARC-A~1\AppData\Local\Temp\

Which is a "short path". When used in comparison with full, canonical
paths, it fails.

Change-Id: I3a90f792791e6983c2eab60d54b1e0694ed98dab
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/60273
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/wizards/TestImportExportPackageWizard.java
This page took 0.02501 seconds and 5 git commands to generate.