Skip to content

Commit de14e22

Browse files
author
rahkumar651991
committed
Merge branch 'master' of https://github.com/Juniper/jsnapy into rev
# Conflicts: # lib/jnpr/jsnapy/operator.py
2 parents cbb521e + 9c97976 commit de14e22

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/jnpr/jsnapy/operator.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,11 +2387,6 @@ def no_diff(self, x_path, ele_list, err_mssg,
23872387

23882388
def list_not_less(
23892389
self, x_path, ele_list, err_mssg, info_mssg, teston, iter, id_list, test_name, xml1, xml2, ignore_null=None):
2390-
"""
2391-
Checks if all the occurrence of the passed XML element is present in the first snapshot but not present in
2392-
second snapshot.
2393-
if ignore-null is set to true and element is not present in first snapshot, the test will be skipped
2394-
"""
23952390
self.print_testmssg("list-not-less")
23962391
res = True
23972392
tresult = {

0 commit comments

Comments
 (0)