1
0
mirror of https://github.com/golang/go synced 2024-11-23 13:40:04 -07:00

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 <bradfitz@golang.org>
This commit is contained in:
Dmitri Shuralyov 2017-11-21 15:53:47 -05:00 committed by Brad Fitzpatrick
parent 49322ca9ed
commit 597213c87c

View File

@ -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)