]> Cypherpunks repositories - gostls13.git/commit
time: move slim test tzdata to testdata directory
authorMartin Sucha <anty.sk+git@gmail.com>
Mon, 12 Apr 2021 05:57:25 +0000 (07:57 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 14 Apr 2021 19:38:36 +0000 (19:38 +0000)
commitd1f8104b587838647e1ae0c600bff1621c7188f2
treee75bc6217a7fb26fa90de453aea78a44f4e86b10
parentb161b57c3fbb08cdfe28b91ed40b347b83569b48
time: move slim test tzdata to testdata directory

The lines with tzdata are quite long.

It is easier to just copy a file than to encode it as
a string literal when adding a new test case.

Change-Id: Ibcaf347c3101a0f05b094e582b3473c7c35b685a
Reviewed-on: https://go-review.googlesource.com/c/go/+/308998
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>
src/time/testdata/2020b_Europe_Berlin [new file with mode: 0644]
src/time/testdata/2021a_America_Nuuk [new file with mode: 0644]
src/time/testdata/2021a_Asia_Gaza [new file with mode: 0644]
src/time/testdata/2021a_Europe_Dublin [new file with mode: 0644]
src/time/zoneinfo_test.go