Commit 2c33819
test: fix tests that check error messages
20285ad changed the format
of error messages throughout lib. However, the tests were not
updated to reflect these changes. This commit makes those
changes.
PR-URL: #3727
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 7b89a3d commit 2c33819Copy full SHA for 2c33819
File tree
Expand file treeCollapse file tree
27 files changed
+63
-63
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
27 files changed
+63
-63
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
566 | 566 | |
567 | 567 | |
568 | 568 | |
569 | | - |
| 569 | + |
570 | 570 | |
571 | 571 | |
572 | 572 | |
|
Collapse file
test/parallel/test-assert.js
Copy file name to clipboardExpand all lines: test/parallel/test-assert.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
438 | 438 | |
439 | 439 | |
440 | 440 | |
441 | | - |
| 441 | + |
| 442 | + |
442 | 443 | |
443 | 444 | |
444 | 445 | |
|
Collapse file
test/parallel/test-buffer.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1222 | 1222 | |
1223 | 1223 | |
1224 | 1224 | |
1225 | | - |
| 1225 | + |
1226 | 1226 | |
1227 | 1227 | |
1228 | 1228 | |
1229 | | - |
| 1229 | + |
1230 | 1230 | |
1231 | 1231 | |
1232 | 1232 | |
|
Collapse file
test/parallel/test-child-process-spawn-typeerror.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-spawn-typeerror.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
|
Collapse file
test/parallel/test-file-write-stream3.js
Copy file name to clipboardExpand all lines: test/parallel/test-file-write-stream3.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
178 | 178 | |
179 | 179 | |
180 | 180 | |
181 | | - |
| 181 | + |
182 | 182 | |
183 | 183 | |
184 | 184 | |
|
Collapse file
test/parallel/test-fs-access.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-access.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
96 | 96 | |
97 | 97 | |
98 | 98 | |
99 | | - |
| 99 | + |
100 | 100 | |
101 | 101 | |
102 | 102 | |
103 | | - |
| 103 | + |
104 | 104 | |
105 | 105 | |
106 | 106 | |
|
Collapse file
test/parallel/test-fs-null-bytes.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-null-bytes.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
|
Collapse file
test/parallel/test-fs-read-buffer-tostring-fail.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-buffer-tostring-fail.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
|
Collapse file
test/parallel/test-fs-read-stream-inherit.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-stream-inherit.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | | - |
| 117 | + |
118 | 118 | |
119 | 119 | |
120 | 120 | |
|
Collapse file
test/parallel/test-fs-read-stream-throw-type-error.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-stream-throw-type-error.js+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
| 21 | + |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
0 commit comments