]> Cypherpunks repositories - gostls13.git/commit
database/sql: fix TestConversions when count > 1
authorDaniel Theophanes <kardianos@gmail.com>
Wed, 24 Jan 2018 20:27:59 +0000 (12:27 -0800)
committerDaniel Theophanes <kardianos@gmail.com>
Thu, 25 Jan 2018 03:39:24 +0000 (03:39 +0000)
commit1b69d19a422830a5a2c043df36330f30b3df445e
tree839e81c68cf1bda0bda26a59d3ceb867ab016d04
parente72e69a3f65232b5b8352259d58a31d30e521efa
database/sql: fix TestConversions when count > 1

Provide a fresh conversion table for TestConversions as it gets
modified on each test.

Change-Id: I6e2240d0c3455451271a6879e994b82222c3d44c
Reviewed-on: https://go-review.googlesource.com/89595
Run-TryBot: Daniel Theophanes <kardianos@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/database/sql/convert_test.go