[Rt-commit] rt branch, 4.0/unicode-transaction-subjects, updated. rt-4.0.5-81-gac5bdf9

Alex Vandiver alexmv at bestpractical.com
Wed Jun 13 17:57:44 EDT 2012


The branch, 4.0/unicode-transaction-subjects has been updated
       via  ac5bdf966028872ca1af13b43dc1d9bb1f82fc53 (commit)
      from  57ea0c02eb8fd08b9bab3bbd5a2af1d10fffc685 (commit)

Summary of changes:
 t/web/ticket_txn_subject.t |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit ac5bdf966028872ca1af13b43dc1d9bb1f82fc53
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Jun 13 17:57:41 2012 -0400

    Prevent a "There are 2 forms with the named fields" warning

diff --git a/t/web/ticket_txn_subject.t b/t/web/ticket_txn_subject.t
index 38880b0..5537023 100644
--- a/t/web/ticket_txn_subject.t
+++ b/t/web/ticket_txn_subject.t
@@ -24,7 +24,8 @@ diag "create a ticket via the API";
 diag "create a ticket via the web";
 {
     $m->submit_form_ok({
-        with_fields => { Queue => 1 },
+        form_name => "CreateTicketInQueue",
+        fields    => { Queue => 1 },
     }, 'create ticket in Queue');
     $m->submit_form_ok({
         with_fields => {

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


More information about the Rt-commit mailing list