mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Removed subject line, which won't be used in new conversation views.
This commit is contained in:
@@ -1239,7 +1239,6 @@ public class H2DatabaseTest extends BriarTestCase {
|
||||
if(m.getAuthor() == null) assertNull(h.getAuthor());
|
||||
else assertEquals(m.getAuthor(), h.getAuthor());
|
||||
assertEquals(m.getContentType(), h.getContentType());
|
||||
assertEquals(m.getSubject(), h.getSubject());
|
||||
assertEquals(m.getTimestamp(), h.getTimestamp());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user