[Rt-commit] rt branch, 4.0/preserve-ticket-basics, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Jul 9 12:12:54 EDT 2014
The branch 4.0/preserve-ticket-basics was deleted and repushed:
was 6dae9cdcc9263e1baa8f5037e3d66668008bcf0a
now ef01716c1ab5e2f5886133ba6e2e684c0426de05
1: d7ed467 ! 1: c2a9f21 Preserve time units (checkpoint)
@@ -1,6 +1,6 @@
Author: Jason May <jasonmay at bestpractical.com>
- Preerve time units (checkpoint)
+ Preserve time units (checkpoint)
diff --git a/lib/RT/Test/Web.pm b/lib/RT/Test/Web.pm
--- a/lib/RT/Test/Web.pm
2: f1f88fe = 2: 19ba149 Preserve time fields in Jumbo by passing the comp args as defaults
3: 7ffa0c1 = 3: 63ef97c Use $Action instead of $ARGS{'Action'} to get the 'default value' for free
4: fcd9938 ! 4: c918c9d Preserve the rest of the ticket basics in Jumbo
@@ -83,7 +83,7 @@
+my $change_to_owner = do {
+ $m->get( $url . "/Ticket/ModifyAll.html?id=" . $ticket->id );
-+ my $form = $m->form_name('ModifyTicket');
++ my $form = $m->form_name('TicketModifyAll');
+ my @values = $form->find_input('Owner')->possible_values;
+ $values[-1];
+};
5: 6dae9cd = 5: ef01716 Improve coverage for testing preserved fields on failed CF validation
More information about the rt-commit
mailing list