[Rt-commit] [rtir] 21/22: Get rid of a now-superflous mapping table
Jesse Vincent
jesse at bestpractical.com
Sun Mar 29 02:51:06 EDT 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.
commit b849cfc7e4a033801a4c9af278d28783f60a9efd
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Mar 28 23:21:11 2015 -0700
Get rid of a now-superflous mapping table
---
lib/RT/IR/Test/Web.pm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lib/RT/IR/Test/Web.pm b/lib/RT/IR/Test/Web.pm
index 6d40448..52e3e35 100644
--- a/lib/RT/IR/Test/Web.pm
+++ b/lib/RT/IR/Test/Web.pm
@@ -120,13 +120,6 @@ sub create_rtir_ticket
while (my ($f, $v) = each %$cfs) {
$self->set_custom_field($queue, $f, $v);
}
-
- my %create = (
- 'Incident Reports' => 'Create',
- 'Investigations' => 'Create',
- 'Blocks' => 'Create',
- 'Incidents' => 'CreateIncident'
- );
# Create it!
my @submits = $self->find_all_inputs(id => 'create-ticket');
$self->click_button(input=>$submits[0]);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list