Skip to content

test: fix calls of deprecated assert methods - #23673

Merged
refack merged 2 commits into
nodejs:masterfrom
prog1dev:test/remove_depricated_assert_equal_method
Nov 10, 2018
Merged

test: fix calls of deprecated assert methods#23673
refack merged 2 commits into
nodejs:masterfrom
prog1dev:test/remove_depricated_assert_equal_method

Conversation

@prog1dev

@prog1devprog1dev commented Oct 15, 2018

Copy link
Copy Markdown
Contributor

Just went through assert docs and fixed calls of deprecated methods in tests:

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. tty Issues and PRs related to the tty subsystem. labels Oct 15, 2018
@prog1dev
prog1devforce-pushed the test/remove_depricated_assert_equal_method branch from 35ab12b to b235d9fCompareOctober 15, 2018 18:04
@prog1devprog1dev changed the title test: remove assert.equal from test-tty-get-color-depth.js testtest: remove calls of deprecated assert methodsOct 15, 2018
@prog1dev
prog1devforce-pushed the test/remove_depricated_assert_equal_method branch from b235d9f to 1e137d1CompareOctober 15, 2018 18:15
@prog1dev
prog1devforce-pushed the test/remove_depricated_assert_equal_method branch from 1e137d1 to 76f0ba9CompareOctober 28, 2018 14:24
@prog1dev

Copy link
Copy Markdown
ContributorAuthor

Could you guys review this please?
@vsemozhetbyt@lpinca@richardlau

@vsemozhetbyt

vsemozhetbyt commented Nov 1, 2018

Copy link
Copy Markdown
Contributor

I am only confident enough to humbly ping @nodejs/testing, @nodejs/assert and maybe @BridgeAR.

@BridgeARBridgeAR 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.

LGTM with my comment addressed.

Comment threadtest/async-hooks/init-hooks.js Outdated
@BridgeAR

Copy link
Copy Markdown
Member

@vsemozhetbyt thanks for the ping.

@prog1dev
prog1devforce-pushed the test/remove_depricated_assert_equal_method branch from 76f0ba9 to 9a71b82CompareNovember 1, 2018 17:23
@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Comment threadtest/pseudo-tty/test-tty-get-color-depth.js Outdated
@prog1dev
prog1devforce-pushed the test/remove_depricated_assert_equal_method branch from 9a71b82 to d2421b2CompareNovember 4, 2018 22:02
@prog1devprog1dev changed the title test: remove calls of deprecated assert methodstest: fix calls of deprecated assert methodsNov 4, 2018
@Trott

Trott commented Nov 6, 2018

Copy link
Copy Markdown
Member

@prog1dev

Copy link
Copy Markdown
ContributorAuthor

ci build is green

PR-URL: nodejs#23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
PR-URL: nodejs#23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@refack
refackforce-pushed the test/remove_depricated_assert_equal_method branch from d2421b2 to 53d424aCompareNovember 10, 2018 16:47
@refack

Copy link
Copy Markdown
Contributor

Landed in 04ccc98...53d424a 🎉

@refack
refack merged commit 53d424a into nodejs:masterNov 10, 2018
@prog1dev
prog1dev deleted the test/remove_depricated_assert_equal_method branch November 10, 2018 19:41
BridgeAR pushed a commit that referenced this pull request Nov 14, 2018
PR-URL: #23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
BridgeAR pushed a commit that referenced this pull request Nov 14, 2018
PR-URL: #23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@BridgeARBridgeAR mentioned this pull request Nov 14, 2018
kiyomizumia pushed a commit to kiyomizumia/node that referenced this pull request Nov 15, 2018
PR-URL: nodejs#23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
kiyomizumia pushed a commit to kiyomizumia/node that referenced this pull request Nov 15, 2018
PR-URL: nodejs#23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
codebytere pushed a commit that referenced this pull request Dec 14, 2018
PR-URL: #23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
codebytere pushed a commit that referenced this pull request Dec 14, 2018
PR-URL: #23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 26, 2018
PR-URL: #23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 26, 2018
PR-URL: #23673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@codebyterecodebytere mentioned this pull request Jan 4, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.ttyIssues and PRs related to the tty subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@prog1dev@vsemozhetbyt@BridgeAR@Trott@refack@nodejs-github-bot