]> Cypherpunks repositories - gostls13.git/commitdiff
time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData
authorDmitri Shuralyov <shurcooL@gmail.com>
Tue, 21 Nov 2017 20:53:47 +0000 (15:53 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Nov 2017 21:13:15 +0000 (21:13 +0000)
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>
src/time/zoneinfo_test.go

index b9455db025a8b317d20e853d0472f304eb1fc81e..7a55d4f618dcbfcf5b7759054683ee67521fe700 100644 (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)