mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Update FeedManagerIntegrationTest expectations.
The "Schneier on Security" RSS feed no longer has a description.
This commit is contained in:
@@ -83,8 +83,6 @@ public class FeedManagerIntegrationTest extends BriarTestCase {
|
||||
assertEquals(url, feed.getUrl());
|
||||
assertEquals(feedBlog, feed.getBlog());
|
||||
assertEquals("Schneier on Security", feed.getTitle());
|
||||
assertEquals("A blog covering security and security technology.",
|
||||
feed.getDescription());
|
||||
assertEquals(feed.getTitle(), feed.getBlog().getName());
|
||||
assertEquals(feed.getTitle(), feed.getLocalAuthor().getName());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user