mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
tests/krb5: Move ‘rfc4120_pyasn1’ to ‘rfc4120_pyasn1_generated’
‘rfc4120_pyasn1_generated’ is not to be used directly. Its contents are now reexported from ‘rfc4120_pyasn1’, which becomes a simple wrapper. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
05ffdaeec7
commit
ff83d4b08f
File diff suppressed because it is too large
Load Diff
2708
python/samba/tests/krb5/rfc4120_pyasn1_generated.py
Normal file
2708
python/samba/tests/krb5/rfc4120_pyasn1_generated.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -93,7 +93,7 @@ class TestSource(TestCase):
|
||||
if fname.endswith("python/samba/tests/krb5/kcrypto.py"):
|
||||
# Imported from MIT testing repo
|
||||
continue
|
||||
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1.py"):
|
||||
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1_generated.py"):
|
||||
# Autogenerated
|
||||
continue
|
||||
match = copyright_re.search(text)
|
||||
@ -141,7 +141,7 @@ class TestSource(TestCase):
|
||||
if fname.endswith("python/samba/tests/krb5/kcrypto.py"):
|
||||
# Imported from MIT testing repo
|
||||
continue
|
||||
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1.py"):
|
||||
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1_generated.py"):
|
||||
# Autogenerated
|
||||
continue
|
||||
if not gpl_re.search(text):
|
||||
|
Loading…
x
Reference in New Issue
Block a user