s4-torture: point out why we cannot validate MSZIP compressed files
authorGünther Deschner <gd@samba.org>
Tue, 23 May 2017 13:50:55 +0000 (15:50 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 19 Jul 2017 23:38:02 +0000 (01:38 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Jul 20 01:38:02 CEST 2017 on sn-devel-144

source4/torture/ndr/cabinet.c

index f197534bb4afe66636219880475dbc8d2de2b658..8cdf4cb49301927090c0c2e0a17c4e7409600902 100644 (file)
@@ -4318,5 +4318,12 @@ struct torture_suite *ndr_cabinet_suite(TALLOC_CTX *ctx)
 
        torture_suite_add_ndr_pull_validate_test(suite, cab_file, cab_file_plain_data, cab_file_plain_check);
 
+       /*
+        * we cannot validate, as libz' compression routines currently create a
+        * slightly different result
+        */
+
+       /* torture_suite_add_ndr_pull_validate_test(suite, cab_file, cab_file_MSZIP_data, cab_file_MSZIP_check); */
+
        return suite;
 }