From 7b033a58aebbac56707d7e101a6f7ff67e70d978 Mon Sep 17 00:00:00 2001 From: Sein Coray Date: Thu, 3 Jan 2019 15:50:15 +0100 Subject: [PATCH] Fixed test module constraints --- tools/test_modules/m00111.pm | 2 +- tools/test_modules/m00112.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test_modules/m00111.pm b/tools/test_modules/m00111.pm index 8469f3db1..15e407bdf 100644 --- a/tools/test_modules/m00111.pm +++ b/tools/test_modules/m00111.pm @@ -11,7 +11,7 @@ use warnings; use Digest::SHA qw (sha1); use MIME::Base64 qw (encode_base64); -sub module_constraints { [[0, 255], [-1, -1], [0, 55], [-1, -1], [-1, -1]] } +sub module_constraints { [[0, 255], [0, 255], [0, 55], [0, 55], [0, 55]] } sub module_generate_hash { diff --git a/tools/test_modules/m00112.pm b/tools/test_modules/m00112.pm index 0f544e2d9..ce4db24ca 100644 --- a/tools/test_modules/m00112.pm +++ b/tools/test_modules/m00112.pm @@ -10,7 +10,7 @@ use warnings; use Digest::SHA qw (sha1_hex); -sub module_constraints { [[0, 255], [0, 255], [0, 55], [20, 20], [20, 55]] } +sub module_constraints { [[0, 30], [20, 20], [0, 30], [20, 20], [20, 55]] } sub module_generate_hash {