Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1106)

Issue 7105047: code review 7105047: net/http/cgi: fix test case sensitivity on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by bradfitz
Modified:
11 years, 4 months ago
Reviewers:
CC:
golang-dev, brainman, minux1
Visibility:
Public.

Description

net/http/cgi: fix test case sensitivity on Windows Fixes issue 4645

Patch Set 1 #

Patch Set 2 : diff -r 51bbb0535a60 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 51bbb0535a60 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r 51bbb0535a60 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r 78d1529d77d0 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 7f64e8e05ede https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M src/pkg/net/http/cgi/host_test.go View 1 2 3 4 1 chunk +10 lines, -1 line 0 comments Download

Messages

Total messages: 14
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 4 months ago (2013-01-11 21:59:18 UTC) #1
brainman
LGTM
11 years, 4 months ago (2013-01-11 22:16:37 UTC) #2
minux1
https://codereview.appspot.com/7105047/diff/4001/src/pkg/net/http/cgi/host_test.go File src/pkg/net/http/cgi/host_test.go (right): https://codereview.appspot.com/7105047/diff/4001/src/pkg/net/http/cgi/host_test.go#newcode69 src/pkg/net/http/cgi/host_test.go:69: got, expected = strings.ToLower(got), strings.ToLower(expected) can we use os.SameFile ...
11 years, 4 months ago (2013-01-11 22:26:10 UTC) #3
brainman
> can we use os.SameFile for this? > I think it will be more portable. ...
11 years, 4 months ago (2013-01-11 22:35:17 UTC) #4
bradfitz
Hello golang-dev@googlegroups.com, alex.brainman@gmail.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2013-01-11 22:45:36 UTC) #5
bradfitz
PTAL, now with overengineering for Windows. On Fri, Jan 11, 2013 at 2:35 PM, <alex.brainman@gmail.com> ...
11 years, 4 months ago (2013-01-11 22:45:54 UTC) #6
minux1
https://codereview.appspot.com/7105047/diff/9001/src/pkg/net/http/cgi/host_test.go File src/pkg/net/http/cgi/host_test.go (right): https://codereview.appspot.com/7105047/diff/9001/src/pkg/net/http/cgi/host_test.go#newcode74 src/pkg/net/http/cgi/host_test.go:74: got, expected = strings.ToLower(got), strings.ToLower(expected) i think this is ...
11 years, 4 months ago (2013-01-11 22:50:06 UTC) #7
bradfitz
Hello golang-dev@googlegroups.com, alex.brainman@gmail.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2013-01-11 22:51:45 UTC) #8
bradfitz
https://codereview.appspot.com/7105047/diff/9001/src/pkg/net/http/cgi/host_test.go File src/pkg/net/http/cgi/host_test.go (right): https://codereview.appspot.com/7105047/diff/9001/src/pkg/net/http/cgi/host_test.go#newcode74 src/pkg/net/http/cgi/host_test.go:74: got, expected = strings.ToLower(got), strings.ToLower(expected) On 2013/01/11 22:50:06, minux ...
11 years, 4 months ago (2013-01-11 22:51:52 UTC) #9
minux1
LGTM, but I can't test it atm so please wait for Alex.
11 years, 4 months ago (2013-01-11 22:59:41 UTC) #10
minux1
On Sat, Jan 12, 2013 at 6:51 AM, <bradfitz@golang.org> wrote: > Most boring CL ever. ...
11 years, 4 months ago (2013-01-11 23:06:56 UTC) #11
brainman
On 2013/01/11 22:59:41, minux wrote: > LGTM, but I can't test it atm so please ...
11 years, 4 months ago (2013-01-11 23:09:04 UTC) #12
bradfitz
On Fri, Jan 11, 2013 at 3:09 PM, <alex.brainman@gmail.com> wrote: > On 2013/01/11 22:59:41, minux ...
11 years, 4 months ago (2013-01-11 23:09:45 UTC) #13
bradfitz
11 years, 4 months ago (2013-01-11 23:11:10 UTC) #14
*** Submitted as https://code.google.com/p/go/source/detail?r=1b4a28e7f042 ***

net/http/cgi: fix test case sensitivity on Windows

Fixes issue 4645

R=golang-dev, alex.brainman, minux.ma
CC=golang-dev
https://codereview.appspot.com/7105047
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b