From: Thomas Jarosch Date: Mon, 27 Jan 2020 16:51:43 +0000 (+0100) Subject: Mention sibling UT for the test_crypto_aes_gcm_enc_length_cap() test X-Git-Tag: v2.2~7^2~11 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=c70668709dcf15cb2f29339eae6dd3fc665b75f6;p=python-delta-tar Mention sibling UT for the test_crypto_aes_gcm_enc_length_cap() test --- diff --git a/testing/test_crypto.py b/testing/test_crypto.py index a038aa0..0e881aa 100644 --- a/testing/test_crypto.py +++ b/testing/test_crypto.py @@ -434,6 +434,10 @@ class AESGCMTest (CryptoLayerTest): Artificially lower the maximum allowable data length and attempt to encrypt a larger object. Verify that the crypto handler aborts with and exception. + + The sibling to this test is test_restore_backup_max_file_length() + in test_delatar.py. Deltatar will transparently create a splitted object + with an increased IV file counter. """ new_max = 2187 crypto._testing_set_PDTCRYPT_MAX_OBJ_SIZE \