From 5aa60c01482c7835e9a7880d6d2c70aa42a80cb0 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 28 Apr 2012 10:04:51 -0400 Subject: [PATCH] Bug 8022: Permissions test doesn't check all languages Add the permissions files for es-ES and nb-NO to the permissions test. Signed-off-by: Magnus Enger Running xt/permissions.t before the patch leaves out nb-NO and es-ES. After the patch they are picked up and the test fails correctly because of the missing permissions described in Bug 7984. As far as I can tall, all permission files are now picked up by this test. --- xt/permissions.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xt/permissions.t b/xt/permissions.t index 9fee7d2..64998ce 100755 --- a/xt/permissions.t +++ b/xt/permissions.t @@ -33,6 +33,8 @@ my @trans_perms_files = qw( uk-UA/mandatory/permissions_and_user_flags.sql ru-RU/mandatory/permissions_and_user_flags.sql pl-PL/mandatory/userpermissions.sql + nb-NO/1-Obligatorisk/userpermissions.sql + es-ES/mandatory/userpermissions.sql ); ok( -- 1.7.9.5