summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/feedfixture.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:23:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:23:19 +0200
commit2d17054d766746456faf769c920c8674b5afc4e5 (patch)
tree47f729c3510d771a16d08c0fccaa4e75625e189a /tests/integration/fixtures/feedfixture.php
parent78fee82a8447855ba549f4a0e52ddf0a1f1ab2be (diff)
add last modified fields for feed and folder and move etag and lastmodified to http_etag and http_last_modified columns
Diffstat (limited to 'tests/integration/fixtures/feedfixture.php')
-rw-r--r--tests/integration/fixtures/feedfixture.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/integration/fixtures/feedfixture.php b/tests/integration/fixtures/feedfixture.php
index cc8e2e159..25c1cbf46 100644
--- a/tests/integration/fixtures/feedfixture.php
+++ b/tests/integration/fixtures/feedfixture.php
@@ -33,8 +33,9 @@ class FeedFixture extends Feed {
'preventUpdate' => false,
'deletedAt' => 0,
'articlesPerUpdate' => 40,
- 'lastModified' => 10,
- 'etag' => '',
+ 'httpLastModified' => 10,
+ 'httpEtag' => '',
+ 'lastModified' => 9,
'location' => 'http://feed.com/rss',
'ordering' => 0,
'fullTextEnabled' => false,