Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e1f3f990
Commit
e1f3f990
authored
Jan 17, 2015
by
Angie Byron
Browse files
Issue
#2403735
by benjy, markie, quietone: Migrate aggregator feed hash
parent
5726f6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/migrate_drupal/src/Tests/d6/MigrateAggregatorFeedTest.php
View file @
e1f3f990
...
...
@@ -50,7 +50,6 @@ public function testAggregatorFeedImport() {
$this
->
assertEqual
(
$feed
->
link
->
value
,
'http://knowyourmeme.com'
);
$this
->
assertEqual
(
$feed
->
description
->
value
,
'New items added to the News Feed'
);
$this
->
assertEqual
(
$feed
->
image
->
value
,
'http://b.thumbs.redditmedia.com/harEHsUUZVajabtC.png'
);
$this
->
assertEqual
(
$feed
->
hash
->
value
,
''
);
$this
->
assertEqual
(
$feed
->
etag
->
value
,
'"213cc1365b96c310e92053c5551f0504"'
);
$this
->
assertEqual
(
$feed
->
modified
->
value
,
0
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment