]> Cypherpunks repositories - gostls13.git/commit
net/http: rename tests for Redirect and StripPrefix
authorDmitri Shuralyov <dmitshur@golang.org>
Sat, 16 Nov 2019 23:19:33 +0000 (23:19 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 22 Nov 2019 23:23:13 +0000 (23:23 +0000)
commit6ba1bf393af0d4fb71e29a0e7f0f52502cff29eb
treeed4b96b52a0bef2ec1afac5780a939c8b71e0856
parent980f0c00bb07b01d2150a5b858573d9ba0a15890
net/http: rename tests for Redirect and StripPrefix

Before May 2018, I mistakenly thought the _suffix naming convention¹
used by examples also applied to tests. Thanks to a code review comment²
from Ian Lance Taylor, I have since learned that is not true.
This trivial change fixes some collateral damage from my earlier
misunderstanding, resulting in improved test naming consistency.

¹ https://golang.org/pkg/testing/#hdr-Examples
² https://go-review.googlesource.com/c/go/+/112935/1/src/path/filepath/path_test.go#1075

Change-Id: I555f60719629eb64bf2f096aa3dd5e00851827cd
Reviewed-on: https://go-review.googlesource.com/c/go/+/207446
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/serve_test.go