[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-364-g6f87b8b

Shawn Moore sartak at bestpractical.com
Mon Dec 6 15:22:55 EST 2010


The branch, 3.9-trunk has been updated
       via  6f87b8b0b22e7b9fc7480e56b05794ef994fdbe3 (commit)
      from  6b029b71232932722b59f7b8d8380604094639f7 (commit)

Summary of changes:
 t/web/dashboards-groups.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 6f87b8b0b22e7b9fc7480e56b05794ef994fdbe3
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Dec 6 15:22:37 2010 -0500

    Remove some vim folding markers

diff --git a/t/web/dashboards-groups.t b/t/web/dashboards-groups.t
index a269beb..0899c5b 100644
--- a/t/web/dashboards-groups.t
+++ b/t/web/dashboards-groups.t
@@ -6,7 +6,7 @@ my ($baseurl, $m) = RT::Test->started_ok;
 
 my $url = $m->rt_base_url;
 
-# create user and queue {{{
+# create user and queue
 my $user_obj = RT::User->new(RT->SystemUser);
 my ($ok, $msg) = $user_obj->LoadOrCreateByEmail('customer at example.com');
 ok($ok, 'ACL test user creation');
@@ -26,7 +26,7 @@ $user_obj->PrincipalObj->GrantRight(Right => $_, Object => $queue)
 # are checked and not these as well
 $user_obj->PrincipalObj->GrantRight(Right => $_, Object => $RT::System)
     for qw/SubscribeDashboard CreateOwnDashboard SeeOwnDashboard ModifyOwnDashboard DeleteOwnDashboard/;
-# create and test groups (outer < inner < user) {{{
+# create and test groups (outer < inner < user)
 my $inner_group = RT::Group->new(RT->SystemUser);
 ($ok, $msg) = $inner_group->CreateUserDefinedGroup(Name => "inner", Description => "inner group");
 ok($ok, "created inner group: $msg");

-----------------------------------------------------------------------


More information about the Rt-commit mailing list