-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: replacing common.fixturesDir with common.fixtures module for te… #15907
Conversation
…st-tls-honorcipherorder.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. If you want to make it a bit more concise (and IMO better), switch to using fixtures.readKey()
. Docs are at https://github.com/nodejs/node/tree/master/test/common#fixtures-module. But this is also fine as it is, IMO.
good catch! changed it to |
In test-tls-honorcipherorder.js, use common.fixtures instead of common.fixturesDir. PR-URL: nodejs#15907 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Landed in 1d7fbab. |
In test-tls-honorcipherorder.js, use common.fixtures instead of common.fixturesDir. PR-URL: nodejs/node#15907 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
In test-tls-honorcipherorder.js, use common.fixtures instead of common.fixturesDir. PR-URL: #15907 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
In test-tls-honorcipherorder.js, use common.fixtures instead of common.fixturesDir. PR-URL: #15907 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
In test-tls-honorcipherorder.js, use common.fixtures instead of common.fixturesDir. PR-URL: #15907 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
In test-tls-honorcipherorder.js, use common.fixtures instead of common.fixturesDir. PR-URL: #15907 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
…st-tls-honorcipherorder.js
as part of Node.js Interactive 2017, Vancouver BC, Canada
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes