Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2022-11-09 22:49:53 +0300
committersunnavy <sunnavy@bestpractical.com>2022-11-09 23:52:31 +0300
commitd5bcc2b13718b6969ff74251e950210da29fd3b2 (patch)
treece92016548b15aa7dffdea0b1d17cb1028d513e1
parent58b78a24e3d41727b18d63c57bdca615e8c018e4 (diff)
Update txn ids in tests because of new added acl transactions5.0/record-acl-changes
-rw-r--r--t/web/download_user_info.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/web/download_user_info.t b/t/web/download_user_info.t
index 79e381cbc3..d461e90059 100644
--- a/t/web/download_user_info.t
+++ b/t/web/download_user_info.t
@@ -62,9 +62,9 @@ EOF
my $transaction_info_tsv = <<EOF;
Ticket Id\tid\tCreated\tDescription\tOldValue\tNewValue\tContent
-1\t32\t$date_created\tTicket created\t\t\tThis transaction appears to have no content
-1\t34\t$date_commented\tComments added\t\t\tTest - Comment
-1\t35\t$date_correspondence\tCorrespondence added\t\t\tTest - Reply
+1\t37\t$date_created\tTicket created\t\t\tThis transaction appears to have no content
+1\t39\t$date_commented\tComments added\t\t\tTest - Comment
+1\t40\t$date_correspondence\tCorrespondence added\t\t\tTest - Reply
EOF
is $agent->content, $transaction_info_tsv,