File tree 2 files changed +4
-2
lines changed
KubeloginInstallerV0/Tests
KubeloginInstallerV0_Node20/Tests
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ describe('TestUtils', function () {
32
32
assert ( tr . stdOutContained ( TestString . PlatformCorrectv0_0_29 ) , 'should have printed: ' + TestString . PlatformCorrectv0_0_29 ) ;
33
33
assert ( tr . stdOutContained ( TestString . ReleaseUrlValidv0_0_29 ) , 'should have printed: ' + TestString . ReleaseUrlValidv0_0_29 ) ;
34
34
assert ( tr . stdOutContained ( TestString . CheckSumValidv0_0_29 ) , 'should have printed: ' + TestString . CheckSumValidv0_0_29 ) ;
35
- assert ( tr . stdOutContained ( TestString . Foundlatest ) , 'should have printed: ' + TestString . Foundlatest ) ;
35
+ //assert(tr.stdOutContained(TestString.Foundlatest), 'should have printed: ' + TestString.Foundlatest);
36
+ assert ( tr . stdOutContained ( TestString . Foundlatest ) , tr . stdout ) ;
36
37
assert ( tr . stdOutContained ( TestString . PlatformCorrectlatest ) , 'should have printed: ' + TestString . PlatformCorrectlatest ) ;
37
38
assert ( tr . stdOutContained ( TestString . ReleaseUrlValidlatest ) , 'should have printed: ' + TestString . ReleaseUrlValidlatest ) ;
38
39
assert ( tr . stdOutContained ( TestString . CheckSumValidlatest ) , 'should have printed: ' + TestString . CheckSumValidlatest ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ describe('TestUtils', function () {
32
32
assert ( tr . stdOutContained ( TestString . PlatformCorrectv0_0_29 ) , 'should have printed: ' + TestString . PlatformCorrectv0_0_29 ) ;
33
33
assert ( tr . stdOutContained ( TestString . ReleaseUrlValidv0_0_29 ) , 'should have printed: ' + TestString . ReleaseUrlValidv0_0_29 ) ;
34
34
assert ( tr . stdOutContained ( TestString . CheckSumValidv0_0_29 ) , 'should have printed: ' + TestString . CheckSumValidv0_0_29 ) ;
35
- assert ( tr . stdOutContained ( TestString . Foundlatest ) , 'should have printed: ' + TestString . Foundlatest ) ;
35
+ //assert(tr.stdOutContained(TestString.Foundlatest), 'should have printed: ' + TestString.Foundlatest);
36
+ assert ( tr . stdOutContained ( TestString . Foundlatest ) , tr . stdout ) ;
36
37
assert ( tr . stdOutContained ( TestString . PlatformCorrectlatest ) , 'should have printed: ' + TestString . PlatformCorrectlatest ) ;
37
38
assert ( tr . stdOutContained ( TestString . ReleaseUrlValidlatest ) , 'should have printed: ' + TestString . ReleaseUrlValidlatest ) ;
38
39
assert ( tr . stdOutContained ( TestString . CheckSumValidlatest ) , 'should have printed: ' + TestString . CheckSumValidlatest ) ;
You can’t perform that action at this time.
0 commit comments