Skip to content

Commit e7f7a34

Browse files
authored
Merge pull request #34 from f5devcentral/v1.10.0
tests tweaks
2 parents 3ecb442 + 47f933a commit e7f7a34

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

f5_flipper_test.tgz

-8 Bytes
Binary file not shown.

tests/011_tgz_unpacker.unit.tests.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('tgz unpacker tests', function () {
7070
})
7171
.catch(y => {
7272
err = y;
73-
log = adc.logs()
73+
// log = adc.logs()
7474
debugger;
7575
})
7676

@@ -80,7 +80,7 @@ describe('tgz unpacker tests', function () {
8080
})
8181
.catch(thisErr => {
8282
err = thisErr;
83-
log = adc.logs();
83+
// log = adc.logs();
8484
debugger;
8585
});
8686

@@ -95,7 +95,7 @@ describe('tgz unpacker tests', function () {
9595
assert.ok(exp.dateTime)
9696
assert.ok(exp.id)
9797
assert.ok(exp.inputFileType)
98-
assert.ok(exp.logs)
98+
// assert.ok(exp.logs)
9999
assert.ok(exp.stats)
100100

101101
})

tests/013_confParser.unit.tests.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('NS Conf parser functional tests', function () {
6767
})
6868
.catch(y => {
6969
err = y;
70-
log = adc.logs()
70+
// log = adc.logs()
7171
debugger;
7272
})
7373

@@ -77,7 +77,7 @@ describe('NS Conf parser functional tests', function () {
7777
})
7878
.catch(thisErr => {
7979
err = thisErr;
80-
log = adc.logs();
80+
// log = adc.logs();
8181
debugger;
8282
});
8383

@@ -92,7 +92,7 @@ describe('NS Conf parser functional tests', function () {
9292
assert.ok(exp.dateTime)
9393
assert.ok(exp.id)
9494
assert.ok(exp.inputFileType)
95-
assert.ok(exp.logs)
95+
// assert.ok(exp.logs)
9696
assert.ok(exp.stats)
9797

9898
})

tests/024_service.unit.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('service abstraction tests', function () {
4848
})
4949
.catch(y => {
5050
err = y;
51-
log = adc.logs()
51+
// log = adc.logs()
5252
debugger;
5353
})
5454

tests/025_serviceGroups.unit.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('serviceGroup abstraction tests', function () {
4848
})
4949
.catch(y => {
5050
err = y;
51-
log = adc.logs()
51+
// log = adc.logs()
5252
debugger;
5353
})
5454

tests/031_sslCerts.unit.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('ssl certificate tests', function () {
4848
})
4949
.catch(y => {
5050
err = y;
51-
log = adc.logs()
51+
// log = adc.logs()
5252
debugger;
5353
})
5454

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)