Bug 15517: Change wording for tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Jan 2016 08:35:11 +0000 (08:35 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 23 Feb 2016 23:08:20 +0000 (23:08 +0000)
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
t/db_dependent/db_structure.t

index 0288a98..41e5f2e 100644 (file)
@@ -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"
                     );
                 }
             }