diff options
| author | David Bremner <david@tethera.net> | 2018-08-30 08:29:02 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-06 08:07:12 -0300 |
| commit | ebd131ac0791b7410ed9ddee351b3a44ecbd486e (patch) | |
| tree | 06cd923eaa5f1093787d5216764cf9ec61e674e7 /test/corpora/threading/ghost-root/fake-root | |
| parent | dfda1745bf6efa993de8c842511e1a52c0694fd2 (diff) | |
test: start threading test corpus
There are 3 threads here, two synthetic, and one anonymized one using
data from Gregor. They test various aspects of thread
ordering/construction in the presence of replies to ghost messages.
Diffstat (limited to 'test/corpora/threading/ghost-root/fake-root')
| -rw-r--r-- | test/corpora/threading/ghost-root/fake-root | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/corpora/threading/ghost-root/fake-root b/test/corpora/threading/ghost-root/fake-root new file mode 100644 index 00000000..a698185d --- /dev/null +++ b/test/corpora/threading/ghost-root/fake-root @@ -0,0 +1,9 @@ +From: Mallory <mallory@example.org> +To: Daniel <daniel@example.org> +Subject: fake root message +Message-ID: <001-fake-message-root@example.org> +In-Reply-to: <nonexistent-message@example.org> +References: <000-real-root@example.org> <001-child@example.org> <nonexistent-message@example.org> +Date: Thu, 16 Jun 2016 22:14:41 -0400 + +This message has an in-reply-to pointing to a non-existent message |
