Revert "Test python binding for package_PackagesBlob"
[metze/samba/wip.git] / python / samba / tests / password_hash_fl2003.py
index 86592ddbac9f92350adb34333659d057a4b5357c..ab99b3b1823e01d49ba25aab7892a1fbde744617 100644 (file)
@@ -69,13 +69,6 @@ class PassWordHashFl2003Tests(PassWordHashTests):
                              binascii.a2b_hex(package.data))
         self.check_wdigests(digests)
 
-        # Check that the Package names are correct.
-        #
-        pb = ndr_unpack(drsblobs.package_PackagesBlob,
-                             binascii.a2b_hex(package.data))
-        expected = ["Kerberos", "WDigest"]
-        self.assertEquals(expected, pb.names)
-
     def test_userPassword_sha256(self):
         self.add_user(options=[("password hash userPassword schemes",
                                 "CryptSHA256")])