diff --git a/tests/Widgets/BlogArchiveWidgetTest.yml b/tests/Widgets/BlogArchiveWidgetTest.yml index 4126956..d457af1 100644 --- a/tests/Widgets/BlogArchiveWidgetTest.yml +++ b/tests/Widgets/BlogArchiveWidgetTest.yml @@ -1,27 +1,45 @@ Blog: - my-blog: - Title: My Blog + blog-a: + Title: Blog A + blog-b: + Title: Blog B BlogPost: post-a: Title: September Digest PublishDate: 2017-09-01 00:00:00 - ParentID: =>Blog.my-blog + ParentID: =>Blog.blog-a post-b: Title: August is Awesome PublishDate: 2017-08-01 00:00:00 - ParentID: =>Blog.my-blog + ParentID: =>Blog.blog-a post-c: Title: 2015 is so two years ago PublishDate: 2015-05-02 00:01:02 - ParentID: =>Blog.my-blog + ParentID: =>Blog.blog-a + post-d: + Title: Blog post on Blog B + PublishDate: 2016-03-13 21:05:36 + ParentID: =>Blog.blog-b + post-e: + Title: Blog post 2 on Blog B + PublishDate: 2016-06-15 10:00:00 + ParentID: =>Blog.blog-b BlogArchiveWidget: - archive-monthly: + archive-monthly-a: NumberToDisplay: 5 ArchiveType: Monthly - BlogID: =>Blog.my-blog - archive-yearly: + BlogID: =>Blog.blog-a + archive-monthly-b: + NumberToDisplay: 5 + ArchiveType: Monthly + BlogID: =>Blog.blog-b + archive-yearly-a: NumberToDisplay: 5 ArchiveType: Yearly - BlogID: =>Blog.my-blog + BlogID: =>Blog.blog-a + archive-yearly-b: + NumberToDisplay: 5 + ArchiveType: Yearly + BlogID: =>Blog.blog-b