From 100d800060c26378b91b465926a5993cb5596300 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 11 Jan 2016 08:35:11 +0000 Subject: [PATCH] Bug 15517: Change wording for tests Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- t/db_dependent/db_structure.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/db_structure.t b/t/db_dependent/db_structure.t index 0288a9812c..41e5f2ee4c 100644 --- a/t/db_dependent/db_structure.t +++ b/t/db_dependent/db_structure.t @@ -30,11 +30,11 @@ for my $modules ( @modules ) { if ( ref($val_1) eq 'ARRAY') { is_deeply( $val_1, $val_2, - "tables related to $modules->[0] and $modules->[1] differs on $column_name.$column_attribute" + "tables related to $modules->[0] and $modules->[1] should not differ on $column_name.$column_attribute" ); } else { is( $val_1, $val_2, - "tables related to $modules->[0] and $modules->[1] differs on $column_name.$column_attribute" + "tables related to $modules->[0] and $modules->[1] should not differ on $column_name.$column_attribute" ); } } -- 2.39.5