]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Remove incorrect comments
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 15 Aug 2023 00:36:05 +0000 (12:36 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 Aug 2023 19:41:50 +0000 (19:41 +0000)
Now that the INT64 claim IDL definition has been corrected, these tests
should pass against Windows.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15452

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Aug 15 19:41:50 UTC 2023 on atb-devel-224

python/samba/tests/krb5/claims_tests.py

index d19255b7a540042d972479260ac2a0b55821ec9d..8df4595079d3b4cfbc2493638ba1489ee5f06deb 100755 (executable)
@@ -1002,8 +1002,6 @@ class ClaimsTests(KDCBaseTest):
             'class': 'user',
         },
         {
-            # This test fails on Windows, which for an integer syntax claim
-            # issues corrupt data shifted four bytes to the right.
             'name': 'integer syntax',
             'claims': [
                 {
@@ -1021,8 +1019,6 @@ class ClaimsTests(KDCBaseTest):
             'class': 'user',
         },
         {
-            # This test fails on Windows, which for an integer syntax claim
-            # issues corrupt data that cannot be NDR unpacked.
             'name': 'integer syntax, duplicate claim',
             'claims': [
                 {