Skip to content

test: reaplace fixturesDir with usage of fixtures module - #16810

Closed
itavy wants to merge 1 commit into
nodejs:masterfrom
itavy:fix_test-tls-ecdh-disable
Closed

test: reaplace fixturesDir with usage of fixtures module#16810
itavy wants to merge 1 commit into
nodejs:masterfrom
itavy:fix_test-tls-ecdh-disable

Conversation

@itavy

@itavyitavy commented Nov 6, 2017

Copy link
Copy Markdown
Contributor

repalce common.fixturesDir with usage of the fixtures module

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

repalce common.fixturesDir with usage of the fixtures module
Signed-off-by: Octavian Ionescu <itavyg@gmail.com>
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 6, 2017
@mscdex

Copy link
Copy Markdown
Contributor

Commit message has a typo and unnecessary 'Signed-off-by:' metadata.

@mscdexmscdex added the tls Issues and PRs related to the tls subsystem. label Nov 6, 2017
@gireeshpunathilgireeshpunathil added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 6, 2017

@gireeshpunathilgireeshpunathil left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, please remove the unwanted meta in the commit

@Trott

Trott commented Nov 6, 2017

Copy link
Copy Markdown
Member

Trott pushed a commit to Trott/io.js that referenced this pull request Nov 6, 2017
Repalce common.fixturesDir with usage of the fixtures module in
test-tls-ecdh-disable.
Add a comment explaining the test.
PR-URL: nodejs#16810
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott

Trott commented Nov 6, 2017

Copy link
Copy Markdown
Member

Landed in fb31e07.

Thanks for the contribution! 🎉

@TrottTrott closed this Nov 6, 2017
cjihrig pushed a commit to cjihrig/node that referenced this pull request Nov 6, 2017
Repalce common.fixturesDir with usage of the fixtures module in
test-tls-ecdh-disable.
Add a comment explaining the test.
PR-URL: nodejs#16810
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@cjihrigcjihrig mentioned this pull request Nov 6, 2017
MylesBorins pushed a commit that referenced this pull request Nov 16, 2017
Repalce common.fixturesDir with usage of the fixtures module in
test-tls-ecdh-disable.
Add a comment explaining the test.
PR-URL: #16810
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@gibfahngibfahn mentioned this pull request Nov 21, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.testIssues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@itavy@mscdex@Trott@cjihrig@gireeshpunathil@MylesBorins@nodejs-github-bot