Added dropped test.

This commit is contained in:
Martin Edenhofer 2015-01-12 12:06:07 +01:00
parent 09dca3b50a
commit f4341f5c4b

View file

@ -2050,6 +2050,28 @@ Some Text',
}, },
}, },
}, },
{
:data => 'From: Some Body <somebody@example.com>
To: Bob <bod@example.com>
Cc: any@example.com
Subject: some subject
Some Text',
:trusted => false,
:success => true,
:result => {
0 => {
:group => group2.name,
:priority => '2 normal',
:title => 'some subject',
},
1 => {
:sender => 'Customer',
:type => 'email',
:internal => true,
},
},
},
] ]
process(files) process(files)
PostmasterFilter.destroy_all PostmasterFilter.destroy_all