Skip to content

Commit 322cecf

Browse files
committed
Fixing tests
1 parent 471928d commit 322cecf

14 files changed

+44
-0
lines changed

Tests-Legacy/L0/VsTest/vs2015.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"wmic datafile where name='\\\\vs\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
3232
"code": 0,
3333
"stdout" : "version=14.0.0.0"
34+
},
35+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
36+
"code": 0
3437
}
3538
},
3639
"rmRF": {

Tests-Legacy/L0/VsTest/vs2017.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"wmic datafile where name='\\\\vs2017\\\\installation\\\\folder\\\\Common7\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
3232
"code": 0,
3333
"stdout" : "version=15.0.0.0"
34+
},
35+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
36+
"code": 0
3437
}
3538
},
3639
"rmRF": {

Tests-Legacy/L0/VsTest/vstestFails.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"wmic datafile where name='\\\\vs\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
2727
"code": 0,
2828
"stdout" : "version=14.0.0.0"
29+
},
30+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
31+
"code": 0
2932
}
3033
},
3134
"rmRF": {

Tests-Legacy/L0/VsTest/vstestGood.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
"wmic datafile where name='\\\\vs2017\\\\installation\\\\folder\\\\Common7\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
110110
"code": 0,
111111
"stdout" : "version=15.0.0.0"
112+
},
113+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
114+
"code": 0
112115
}
113116
},
114117

Tests-Legacy/L0/VsTest/vstestGoodRunInParallel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"wmic datafile where name='\\\\vs2017\\\\installation\\\\folder\\\\Common7\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
4040
"code": 0,
4141
"stdout": "version=15.0.0.0"
42+
},
43+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
44+
"code": 0
4245
}
4346
},
4447
"rmRF": {

Tests-Legacy/L0/VsTest/vstestGoodSysDebugFalse.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"wmic datafile where name='\\\\vs\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
3939
"code": 0,
4040
"stdout" : "version=14.0.0.0"
41+
},
42+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
43+
"code": 0
4144
}
4245
},
4346
"rmRF": {

Tests-Legacy/L0/VsTest/vstestGoodWithTiaDisabled.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"wmic datafile where name='\\\\vs\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
3030
"code": 0,
3131
"stdout" : "version=14.0.0.0"
32+
},
33+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
34+
"code": 0
3235
}
3336
},
3437
"rmRF": {

Tests-Legacy/L0/VsTest/vstestGoodWithTiaEnabled.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"\\vs\\IDE\\CommonExtensions\\Microsoft\\TestWindow\\vstest.console.exe path/to/file /logger:trx": {
1414
"code": 0,
1515
"stdout": "vstest"
16+
},
17+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
18+
"code": 0
1619
}
1720
},
1821
"rmRF": {

Tests-Legacy/L0/VsTest/vstestGoodwithNugetAdapter.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
"wmic datafile where name='\\\\vs\\\\IDE\\\\CommonExtensions\\\\Microsoft\\\\TestWindow\\\\vstest.console.exe' get Version /Value": {
9191
"code": 0,
9292
"stdout" : "version=14.0.0.0"
93+
},
94+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
95+
"code": 0
9396
}
9497
},
9598
"rmRF": {

Tests-Legacy/L0/VsTest/vstestInvalidVstestPath.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
},
66
"exist": {
77
"C:/vstest.console.exe" : false
8+
},
9+
"exec": {
10+
"C:\\WINDOWS\\system32\\chcp.com 65001": {
11+
"code": 0
12+
}
813
}
914
}

0 commit comments

Comments
 (0)