test/test_asl_groupshow.rb in activesambaldap-0.0.3 vs test/test_asl_groupshow.rb in activesambaldap-0.0.4

- old
+ new

@@ -13,9 +13,9 @@ assert_equal([true, group.to_ldif, ""], run_command(group.cn)) end end def test_not_exist_group - assert_equal([false, "", "group 'not-exist' doesn't exist.\n"], + assert_equal([false, "", _("group doesn't exist: %s") % 'not-exist' + "\n"], run_command("not-exist")) end end