Add unit test for Geary.RFC822.Message::get_preview.
This commit is contained in:
parent
fdb3c6cac6
commit
7654b16908
3 changed files with 34 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ set(TEST_SRC
|
|||
testcase.vala # Taken as-is from libgee, courtesy Julien Peeters
|
||||
|
||||
engine/rfc822-mailbox-address-test.vala
|
||||
engine/rfc822-message-test.vala
|
||||
engine/rfc822-message-data-test.vala
|
||||
engine/rfc822-utils-test.vala
|
||||
engine/util-html-test.vala
|
||||
|
|
|
|||
32
test/engine/rfc822-message-test.vala
Normal file
32
test/engine/rfc822-message-test.vala
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -16,6 +16,7 @@ int main(string[] args) {
|
|||
// Engine tests
|
||||
root.add_suite(new Geary.HTML.UtilTest().get_suite());
|
||||
root.add_suite(new Geary.RFC822.MailboxAddressTest().get_suite());
|
||||
root.add_suite(new Geary.RFC822.MessageTest().get_suite());
|
||||
root.add_suite(new Geary.RFC822.MessageDataTest().get_suite());
|
||||
root.add_suite(new Geary.RFC822.Utils.Test().get_suite());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue