Skip to content

Commit d65f6d7

Browse files
authored
Merge pull request #5564 from Microsoft/users/kavipriya/fix
Fixing tests
2 parents 28c052a + 1f670b8 commit d65f6d7

14 files changed

+42
-0
lines changed

Tests-Legacy/L0/VsTest/vs2015.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"code": 0,
3333
"stdout" : "version=14.0.0.0"
3434
},
35+
"C:\\Windows\\system32\\chcp.com 65001": {
36+
"code": 0
37+
},
3538
"C:\\WINDOWS\\system32\\chcp.com 65001": {
3639
"code": 0
3740
}

Tests-Legacy/L0/VsTest/vs2017.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"code": 0,
3333
"stdout" : "version=15.0.0.0"
3434
},
35+
"C:\\Windows\\system32\\chcp.com 65001": {
36+
"code": 0
37+
},
3538
"C:\\WINDOWS\\system32\\chcp.com 65001": {
3639
"code": 0
3740
}

Tests-Legacy/L0/VsTest/vstestFails.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"code": 0,
2828
"stdout" : "version=14.0.0.0"
2929
},
30+
"C:\\Windows\\system32\\chcp.com 65001": {
31+
"code": 0
32+
},
3033
"C:\\WINDOWS\\system32\\chcp.com 65001": {
3134
"code": 0
3235
}

Tests-Legacy/L0/VsTest/vstestGood.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
"code": 0,
111111
"stdout" : "version=15.0.0.0"
112112
},
113+
"C:\\Windows\\system32\\chcp.com 65001": {
114+
"code": 0
115+
},
113116
"C:\\WINDOWS\\system32\\chcp.com 65001": {
114117
"code": 0
115118
}

Tests-Legacy/L0/VsTest/vstestGoodRunInParallel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"code": 0,
4141
"stdout": "version=15.0.0.0"
4242
},
43+
"C:\\Windows\\system32\\chcp.com 65001": {
44+
"code": 0
45+
},
4346
"C:\\WINDOWS\\system32\\chcp.com 65001": {
4447
"code": 0
4548
}

Tests-Legacy/L0/VsTest/vstestGoodSysDebugFalse.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"code": 0,
4040
"stdout" : "version=14.0.0.0"
4141
},
42+
"C:\\Windows\\system32\\chcp.com 65001": {
43+
"code": 0
44+
},
4245
"C:\\WINDOWS\\system32\\chcp.com 65001": {
4346
"code": 0
4447
}

Tests-Legacy/L0/VsTest/vstestGoodWithTiaDisabled.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"code": 0,
3131
"stdout" : "version=14.0.0.0"
3232
},
33+
"C:\\Windows\\system32\\chcp.com 65001": {
34+
"code": 0
35+
},
3336
"C:\\WINDOWS\\system32\\chcp.com 65001": {
3437
"code": 0
3538
}

Tests-Legacy/L0/VsTest/vstestGoodWithTiaEnabled.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"code": 0,
1515
"stdout": "vstest"
1616
},
17+
"C:\\Windows\\system32\\chcp.com 65001": {
18+
"code": 0
19+
},
1720
"C:\\WINDOWS\\system32\\chcp.com 65001": {
1821
"code": 0
1922
}

Tests-Legacy/L0/VsTest/vstestGoodwithNugetAdapter.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
"code": 0,
9292
"stdout" : "version=14.0.0.0"
9393
},
94+
"C:\\Windows\\system32\\chcp.com 65001": {
95+
"code": 0
96+
},
9497
"C:\\WINDOWS\\system32\\chcp.com 65001": {
9598
"code": 0
9699
}

Tests-Legacy/L0/VsTest/vstestInvalidVstestPath.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"C:/vstest.console.exe" : false
88
},
99
"exec": {
10+
"C:\\Windows\\system32\\chcp.com 65001": {
11+
"code": 0
12+
},
1013
"C:\\WINDOWS\\system32\\chcp.com 65001": {
1114
"code": 0
1215
}

0 commit comments

Comments
 (0)