Skip to content

Commit

Permalink
Issue #1013: Change X-OTRS headers to X-OTOBO
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 28, 2021
1 parent 3a983ab commit 7214b1d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions scripts/test/PostMaster/Attachments.t
Original file line number Diff line number Diff line change
Expand Up @@ -214,21 +214,21 @@ my @Tests = (
Name => '#3 - With Inline Images',
Match => [
{
Key => 'X-OTRS-AttachmentExists',
Key => 'X-OTOBO-AttachmentExists',
Value => 'yes',
},
{
Key => 'X-OTRS-AttachmentCount',
Key => 'X-OTOBO-AttachmentCount',
Value => 1,
}
],
Set => [
{
Key => 'X-OTRS-DynamicField-TicketFreeText1',
Key => 'X-OTOBO-DynamicField-TicketFreeText1',
Value => 'This should not be set',
},
{
Key => 'X-OTRS-DynamicField-TicketFreeText2',
Key => 'X-OTOBO-DynamicField-TicketFreeText2',
Value => 'This should not be set',
},
],
Expand Down
20 changes: 10 additions & 10 deletions scripts/test/sample/EmailParser/PostMaster-Test5.box
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ Subject: 2nd try: Again some stuff =?iso-8859-1?B?aPxi?=
Message-ID: <20070412132542.GB29977@tuxbrett.hq.otobo.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN"
X-OTRS-TicketKey1: Test
X-OTRS-TicketValue1: ABC
X-OTRS-TicketKey2: Test2
X-OTRS-TicketValue2: ABC2
X-OTRS-TicketTime1: 2008-01-12 13:14:15
X-OTRS-TicketTime2: 2008-01-12 13:15:16
X-OTRS-TicketTime3: 2008-01-12 13:16:17
X-OTRS-TicketTime4: 2008-01-12 13:17:18
X-OTRS-TicketTime5: 2008-01-12 13:18:19
X-OTRS-TicketTime6: 2008-01-12 13:19:20
X-OTOBO-TicketKey1: Test
X-OTOBO-TicketValue1: ABC
X-OTOBO-TicketKey2: Test2
X-OTOBO-TicketValue2: ABC2
X-OTOBO-TicketTime1: 2008-01-12 13:14:15
X-OTOBO-TicketTime2: 2008-01-12 13:15:16
X-OTOBO-TicketTime3: 2008-01-12 13:16:17
X-OTOBO-TicketTime4: 2008-01-12 13:17:18
X-OTOBO-TicketTime5: 2008-01-12 13:18:19
X-OTOBO-TicketTime6: 2008-01-12 13:19:20
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: mutt-ng/devel-r804 (Debian)
Expand Down

0 comments on commit 7214b1d

Please sign in to comment.