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

Issue 63530043: code review 63530043: gosshnew/ssh: Move test data to testdata directory. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by jpsugar
Modified:
11 years, 10 months ago
Reviewers:
agl1, hanwen-google
CC:
agl1, dave_cheney.net, golang-codereviews, hanwen-google
Visibility:
Public.

Description

gosshnew/ssh: Move test data to testdata directory.

Patch Set 1 #

Patch Set 2 : diff -r 15ae5c3cd4c3 https://code.google.com/p/gosshnew #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -363 lines) Patch
M ssh/agent/client_test.go View 2 chunks +0 lines, -20 lines 0 comments Download
R ssh/agent/testdata/id_dsa View 1 chunk +0 lines, -12 lines 0 comments Download
R ssh/agent/testdata/id_ecdsa View 1 chunk +0 lines, -5 lines 0 comments Download
R ssh/agent/testdata/id_rsa View 1 chunk +0 lines, -9 lines 0 comments Download
A ssh/agent/testkeys_test.go View 1 1 chunk +35 lines, -0 lines 0 comments Download
M ssh/client_auth_test.go View 2 chunks +1 line, -68 lines 0 comments Download
ssh/keys_test.go View 1 6 chunks +5 lines, -79 lines 0 comments Download
M ssh/test/agent_unix_test.go View 2 chunks +3 lines, -7 lines 0 comments Download
M ssh/test/cert_test.go View 1 chunk +3 lines, -11 lines 0 comments Download
R ssh/test/keys_test.go View 1 chunk +0 lines, -93 lines 0 comments Download
ssh/test/test_unix_test.go View 4 chunks +18 lines, -59 lines 1 comment Download
A ssh/test/testkeys_test.go View 1 1 chunk +35 lines, -0 lines 0 comments Download
A ssh/testdata/id_dsa View 1 chunk +12 lines, -0 lines 0 comments Download
ssh/testdata/id_dsa.pub View 1 chunk +1 line, -0 lines 0 comments Download
A ssh/testdata/id_ecdsa View 1 chunk +5 lines, -0 lines 0 comments Download
ssh/testdata/id_ecdsa.pub View 1 chunk +1 line, -0 lines 0 comments Download
ssh/testdata/id_rsa View 1 chunk +9 lines, -0 lines 1 comment Download
A ssh/testdata/id_rsa.pub View 1 chunk +1 line, -0 lines 0 comments Download
ssh/testdata/id_user View 1 chunk +5 lines, -0 lines 0 comments Download
A ssh/testdata/id_user.pub View 1 chunk +1 line, -0 lines 0 comments Download
ssh/testdata/sshd_config View 1 chunk +20 lines, -0 lines 0 comments Download
ssh/testkeys_test.go View 1 1 chunk +71 lines, -0 lines 2 comments Download

Messages

Total messages: 6
jpsugar
Hello hanwen@google.com, agl@golang.org (cc: agl@golang.org, dave@cheney.net, golang-codereviews@googlegroups.com, hanwen@google.com, jpsugar@google.com), I'd like you to review this ...
11 years, 10 months ago (2014-02-13 23:09:56 UTC) #1
jpsugar
I'm not a fan of the duplication of testdata_test.go. I'm considering making testdata a package, ...
11 years, 10 months ago (2014-02-13 23:11:41 UTC) #2
hanwen-google
https://codereview.appspot.com/63530043/diff/20001/ssh/test/test_unix_test.go File ssh/test/test_unix_test.go (right): https://codereview.appspot.com/63530043/diff/20001/ssh/test/test_unix_test.go#newcode27 ssh/test/test_unix_test.go:27: var configTmpl = template.Must(template.ParseFiles("../testdata/sshd_config")) I think this is over ...
11 years, 10 months ago (2014-02-14 09:02:43 UTC) #3
jpsugar
https://codereview.appspot.com/63530043/diff/20001/ssh/testkeys_test.go File ssh/testkeys_test.go (right): https://codereview.appspot.com/63530043/diff/20001/ssh/testkeys_test.go#newcode32 ssh/testkeys_test.go:32: rawRSAKey, rsaKey = loadPrivateKey("id_rsa") On 2014/02/14 09:02:44, hanwen-google wrote: ...
11 years, 10 months ago (2014-02-15 05:28:30 UTC) #4
hanwen-google
I'm not a fan of using files: they introduce extra boilerplate, because reading them back ...
11 years, 10 months ago (2014-02-18 09:38:59 UTC) #5
jpsugar
11 years, 10 months ago (2014-02-18 16:29:03 UTC) #6
*** Abandoned ***
Sign in to reply to this message.

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