From 597213c87c70166e86753350b203622326728138 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 21 Nov 2017 15:53:47 -0500 Subject: [PATCH] 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 --- src/time/zoneinfo_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.48.1