Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
6 May 2013 at 08:28 UTC
Updated:
29 Jul 2014 at 22:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Niklas Fiekas commentedComment #2
Niklas Fiekas commentedGo testbot, go!
(Later maybe we should consider #2004022: Move aggregator_test module into its own directory.)
Comment #3
dawehnerIs it just me that this logic is not 100% the same? Dries birthday got added before all the time.
can't we also use false here which then get converted to FALSE?
Comment #4
Niklas Fiekas commentedIntresting. Have a look:
Before the patch:
After the patch:
Recorded with Firefox Live Http headers. I don't think I fully understand what's going on here.
Comment #5
ParisLiakos commentedlets just wont fix this
#1988802: [META] Rewrite test modules in system to provide better unit testing.
Comment #6
ayelet_Cr commentedComment #7
mparker17I'll help!
Comment #8
mparker17Whoops... @rabellamy is working on these :P
Comment #9
rabellamy commentedComment #10
rabellamy commentedMarked #1987600: Convert aggregator_test_redirect() to a new style controller as duplicate of this issue.
Comment #12
dawehnerWhat you should do instead is to create a response object and set all this header onto it and finally just return it.
Comment #13
mparker17*sad trombone* I was going to help convert those drupal_add_http_headers but apparently Chicago Midway doesn't have Wi-Fi. Sorry :(
Comment #14
mparker17Try this...
Comment #16
mparker17#14: drupal8.aggregator-module.1987598-14.patch queued for re-testing.
Comment #18
disasm commentedWas missing params on the route for the optional parameters. Also, extending ControllerBase to get access to urlGenerator() and $this->redirect. Renamed methods to testFeed and testRedirect.
Comment #20
disasm commentedpassing route to $this->redirect should resolve the last failure.
Comment #21
dawehnerCan we have a little bit of docs on there?
Missing @return
Comment #22
xjmThanks for your work on this issue! Please see #1971384-43: [META] Convert page callbacks to controllers for an update on the routing system conversion process.
Comment #23
mparker17Try this...
Comment #24
mparker17Whoops... paging Dr. Testbot...
Comment #26
disasm commented#23: drupal8.aggregator-module.1987598-23.patch queued for re-testing.
Comment #28
disasm commented#23: drupal8.aggregator-module.1987598-23.patch queued for re-testing.
Comment #29
dawehnerA couple of random failures later ...
Comment #30
mparker17XD Thanks!
Comment #31
webchickCommitted and pushed to 8.x. Thanks!