Descriptiongotest: avoid conflicts with the name of the tested package
Uses a generic solution of renaming the tested package, instead of
using cryptic names for all other imports, variables and methods
in the generated _testmain.go file.
Fixes issue 2346.
Patch Set 1 #Patch Set 2 : diff -r 2ed5badf6599 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 988a7f023895 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r b04a8597454c https://go.googlecode.com/hg/ #MessagesTotal messages: 7
|