Revert "Fix commit id in egit test T0001_ConnectProviderOperationTest"
commitf5c27a10617f176e6b5c7ac35717e956eceaf123
authorRobin Rosenberg <robin.rosenberg.lists@dewire.com>
Wed, 17 Dec 2008 22:28:06 +0000 (17 23:28 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Dec 2008 22:29:58 +0000 (17 14:29 -0800)
treeed961ddf67a01bc15258c193d79101ab4533298f
parent69f6350578a63026b855c3deedfaed21b738bd71
Revert "Fix commit id in egit test T0001_ConnectProviderOperationTest"

onsdag 17 december 2008 17:09:33 skrev Shawn O. Pearce:
> The only thing I can think of is the timestamp we are creating by
> the deprecated Date constructor call back on line 82.  Perhaps
> on different JVMs it is using different values for the hh:mm:ss
> parts of the timestamp value?

Indeed it is. Date is dependent on local time zone.

From e4d10dea5d62210868d71384e559a0d3ef1ca55d Mon Sep 17 00:00:00 2001
From: Robin Rosenberg <robin.rosenberg@dewire.com>
Date: Wed, 17 Dec 2008 22:46:48 +0100
Subject: [EGIT PATCH 1/2 v2] Fix testcase that was sensitive to the local time zone.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.core.test/src/org/spearce/egit/core/op/T0001_ConnectProviderOperationTest.java