]> Cypherpunks repositories - gostls13.git/commit
database/sql: TestConversions add forgotten fields wantbytes and wantraw
authorCyrill Schumacher <cyrill@schumacher.fm>
Wed, 27 Sep 2017 18:37:02 +0000 (20:37 +0200)
committerDaniel Theophanes <kardianos@gmail.com>
Wed, 27 Sep 2017 20:42:07 +0000 (20:42 +0000)
commit70bcd2c54e8f26ee67372dffa56a86ae9701e843
treeee78972bab6f9c246b12934c38c053582b10f984
parentecff94311d793dcb4c590690473aa1421f549f03
database/sql: TestConversions add forgotten fields wantbytes and wantraw

The fields wantbytes and wantraw in the test struct `conversionTest` has
been forgotten to include in the TestConversions function.

Change-Id: I6dab69e76de3799a1bbf9fa09a15607e55172114
Reviewed-on: https://go-review.googlesource.com/66610
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Daniel Theophanes <kardianos@gmail.com>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/database/sql/convert_test.go