From: Dmitri Shuralyov Date: Tue, 21 Nov 2017 20:53:47 +0000 (-0500) Subject: time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData X-Git-Tag: go1.10beta1~177 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=597213c87c70166e86753350b203622326728138;p=gostls13.git time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData Tzinfo was replaced with TZData during the review of CL 68890, but this instance was forgotten. Update it for consistency. Follows CL 68890. Updates #20629. Change-Id: Id6d3c4f5f7572b01065f2db556db605452d1b570 Reviewed-on: https://go-review.googlesource.com/79176 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/time/zoneinfo_test.go b/src/time/zoneinfo_test.go index b9455db025..7a55d4f618 100644 --- a/src/time/zoneinfo_test.go +++ b/src/time/zoneinfo_test.go @@ -118,7 +118,7 @@ func TestLocationNames(t *testing.T) { } } -func TestLoadLocationFromTzinfo(t *testing.T) { +func TestLoadLocationFromTZData(t *testing.T) { time.ForceZipFileForTesting(true) defer time.ForceZipFileForTesting(false)