diff --git a/src/test/kotlin/org/briarproject/briar/desktop/testdata/ConversationsData.kt b/src/test/kotlin/org/briarproject/briar/desktop/testdata/ConversationsData.kt index 38cdea48a56f0b3c3c8d44f62e42c914181f2b50..9c46ed649c2cf87dec65c84cf74869714cb18001 100644 --- a/src/test/kotlin/org/briarproject/briar/desktop/testdata/ConversationsData.kt +++ b/src/test/kotlin/org/briarproject/briar/desktop/testdata/ConversationsData.kt @@ -35,6 +35,60 @@ val conversations = conversations { date = start.plusSeconds(100) } } + conversation { + contactName = "Polonius" + val start = dt(2019, 2, 24, 22, 22) + incoming { + text = "My lord, the queen would speak with you, and presently." + read = true + date = start + } + outgoing { + text = "Do you see yonder cloud that's almost in shape of a camel?" + read = true + date = start.plusSeconds(100) + } + incoming { + text = "By the mass, and 'tis like a camel, indeed." + read = true + date = start.plusSeconds(300) + } + outgoing { + text = "Methinks it is like a weasel." + read = true + date = start.plusSeconds(400) + } + incoming { + text = "It is backed like a weasel." + read = true + date = start.plusSeconds(500) + } + outgoing { + text = "Or like a whale?" + read = true + date = start.plusSeconds(550) + } + incoming { + text = "Very like a whale." + read = true + date = start.plusSeconds(600) + } + outgoing { + text = "Then I will come to my mother by and by. They fool me to the top of my bent. I will come by and by." + read = true + date = start.plusSeconds(620) + } + incoming { + text = "I will say so." + read = true + date = start.plusSeconds(680) + } + outgoing { + text = "By and by is easily said." + read = true + date = start.plusSeconds(777) + } + } conversation { contactName = "Dan" outgoing {