mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-08 07:15:43 +02:00
Change dates to far future and leave comment
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
parent
3d08168392
commit
4d6d602c4e
tests
@ -24,6 +24,7 @@ teardown() {
|
||||
|
||||
@test "[$TESTSUITE] Add feed without GUIDs" {
|
||||
run ./occ news:feed:add "$user" "$NO_GUID_FEED" --title "Something-${BATS_SUITE_TEST_NUMBER}"
|
||||
echo "Attention! Are the dates of the feed older than 'one year ago'? If so this is not a bug, adjust the dates. #2201"
|
||||
assert_failure
|
||||
|
||||
assert_output "Malformed feed: item has no GUID"
|
||||
|
@ -11,66 +11,66 @@
|
||||
<copyright>2016 JoshuaWright</copyright>
|
||||
<item>
|
||||
<title>Slack Wyrm 911 - Feeling better</title>
|
||||
<pubDate>Wed, 13 Apr 2022 09:07:01 +0100</pubDate>
|
||||
<pubDate>Wed, 13 Apr 2099 09:07:01 +0100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-911.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 910 - Cake trip</title>
|
||||
<pubDate>Mon, 11 Apr 2022 08:52:54 +0100</pubDate>
|
||||
<pubDate>Mon, 11 Apr 2099 08:52:54 +0100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-910.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 909 - Cake time</title>
|
||||
<pubDate>Fri, 8 Apr 2022 09:29:32 +0100</pubDate>
|
||||
<pubDate>Fri, 8 Apr 2099 09:29:32 +0100</pubDate>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 908 - Dragons Lair</title>
|
||||
<pubDate>Wed, 6 Apr 2022 09:00:13 +0100</pubDate>
|
||||
<pubDate>Wed, 6 Apr 2099 09:00:13 +0100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-908.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 907 - Ten feet tall</title>
|
||||
<pubDate>Mon, 4 Apr 2022 15:12:51 +0100</pubDate>
|
||||
<pubDate>Mon, 4 Apr 2099 15:12:51 +0100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-907.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 906 - True self</title>
|
||||
<pubDate>Fri, 1 Apr 2022 09:28:06 +1100</pubDate>
|
||||
<pubDate>Fri, 1 Apr 2099 09:28:06 +1100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-906.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 905 - Drink up</title>
|
||||
<pubDate>Wed, 30 Mar 2022 11:07:49 +1100</pubDate>
|
||||
<pubDate>Wed, 30 Mar 2099 11:07:49 +1100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-905.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 904 - Marvellous medicine</title>
|
||||
<pubDate>Mon, 28 Mar 2022 09:02:44 +1100</pubDate>
|
||||
<pubDate>Mon, 28 Mar 2099 09:02:44 +1100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-904.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 903 - Golden still</title>
|
||||
<pubDate>Fri, 25 Mar 2022 09:48:06 +1100</pubDate>
|
||||
<pubDate>Fri, 25 Mar 2099 09:48:06 +1100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-903.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 902 - Janet the genius</title>
|
||||
<pubDate>Wed, 23 Mar 2022 09:30:47 +1100</pubDate>
|
||||
<pubDate>Wed, 23 Mar 2099 09:30:47 +1100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-902.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Slack Wyrm 901 - Bye bye Bucky</title>
|
||||
<pubDate>Mon, 21 Mar 2022 09:01:36 +1100</pubDate>
|
||||
<pubDate>Mon, 21 Mar 2099 09:01:36 +1100</pubDate>
|
||||
<link>https://joshuawright.net/slack-wyrm-901.html</link>
|
||||
<description><![CDATA[]]></description>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user