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-01-11 17:45:31 +0300
committersunnavy <sunnavy@bestpractical.com>2022-01-11 18:41:30 +0300
commitd4ddc501d83f95df97c0011686c1579bddf26914 (patch)
tree6ac7f959e3d0e84e141ba1ae1619ded708cbe03c
parent13594ea38133f9f8c16fc5c08f7df50886222428 (diff)
Update tests for the updated header in TSV output5.0/update-tsv-header
The header changes are made in 13594ea381.
-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..7b2c776fa3 100644
--- a/t/web/download_user_info.t
+++ b/t/web/download_user_info.t
@@ -49,7 +49,7 @@ $agent->login( 'root' => 'password' );
$agent->follow_link_ok( { text => 'User Data' } );
my $user_info_tsv = <<EOF;
-id\tName\tEmailAddress\tRealName\tNickName\tOrganization\tHomePhone\tWorkPhone\tMobilePhone\tPagerPhone\tAddress1\tAddress2\tCity\tState\tZip\tCountry\tGecos\tLang\tTimezone\tFreeFormContactInfo
+id\tName\tEmail Address\tReal Name\tNick Name\tOrganization\tHome Phone\tWork Phone\tMobile Phone\tPager Phone\tAddress1\tAddress2\tCity\tState\tZip\tCountry\tGecos\tLang\tTimezone\tFree Form Contact Info
14\troot\troot\@localhost\tEnoch Root\t\t\t\t\t\t\t\t\t\t\t\t\troot\t\t\t
EOF
@@ -61,7 +61,7 @@ EOF
$agent->follow_link_ok( { text => 'User Transactions' } );
my $transaction_info_tsv = <<EOF;
-Ticket Id\tid\tCreated\tDescription\tOldValue\tNewValue\tContent
+Ticket Id\tid\tCreated\tDescription\tOld Value\tNew Value\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
@@ -75,7 +75,7 @@ EOF
$agent->follow_link_ok( { text => 'User Tickets' } );
my $ticket_info_tsv = <<EOF;
-id\tSubject\tStatus\tQueueName\tOwner\tPriority\tRequestors
+id\tSubject\tStatus\tQueue\tOwner\tPriority\tRequestor
1\tTest\topen\tGeneral\tNobody in particular\tLow\troot (Enoch Root)
EOF