[Rt-commit] rt branch, 4.0/dashboard-subscriptions, updated. rt-4.0.2-34-gd89b6fd

Alex Vandiver alexmv at bestpractical.com
Mon Oct 3 14:01:12 EDT 2011


The branch, 4.0/dashboard-subscriptions has been updated
       via  d89b6fdc47d7385c75b1f0630a5fd6cf0bdff074 (commit)
      from  11a6cf66459c7ec9cdf5656b426570eb99214227 (commit)

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

- Log -----------------------------------------------------------------
commit d89b6fdc47d7385c75b1f0630a5fd6cf0bdff074
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Oct 3 14:01:06 2011 -0400

    Indentation nitpick

diff --git a/t/mail/dashboards.t b/t/mail/dashboards.t
index ebf20cc..3306708 100644
--- a/t/mail/dashboards.t
+++ b/t/mail/dashboards.t
@@ -24,8 +24,8 @@ sub create_dashboard {
     my $form = $m->form_name('Dashboard-Searches-body');
     my @input = $form->find_input('Searches-body-Available');
     my ($dashboards_component) =
-    map { ( $_->possible_values )[1] }
-    grep { ( $_->value_names )[1] =~ /Dashboards/ } @input;
+        map { ( $_->possible_values )[1] }
+        grep { ( $_->value_names )[1] =~ /Dashboards/ } @input;
     $form->value('Searches-body-Available' => $dashboards_component );
     $m->click_button(name => 'add');
     $m->content_contains('Dashboard updated');

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


More information about the Rt-commit mailing list