Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2014 at 14:52 UTC
Updated:
1 Sep 2015 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aron novakComment #2
ParisLiakos commentedi would suggest something more generic, eg "Tests display of admin pages"
the function declaration needs a newline before
too many newlines here, one should be removed
Why this test needs the test plugins?
hm? Feed source?
Needs a newline in between of
}Comment #3
strykaizerWorking on this
Comment #4
strykaizerUpdated this patch to latest 8.0.x
- Added extra test to ensure both scheduled and non scheduled feeds show correct update/next field.
- Followed suggestions from #2
Comment #5
ParisLiakos commentedShould be Contains \Drupal\..
how both assertions can be true, if we only have one feed created?
Also i think we can safely remove t() calls from the assertions in this test
Comment #6
strykaizerThx for the review ParisLiakos
Changed file description as stated in 5.1, and removed t() calls.
For 5.2, the first check is for the "last update" field, the second is for the "next update field", see attached screenshot.
Comment #7
ParisLiakos commentedoh ok, i see thanks a lot for the screenshot! this is good to go now
Comment #8
catchMainly nits.
Missing space.
This and most other comments in the test over 80 chars.
Is there a positive assertion we can do as well?
Comment #9
strykaizerChanged code following suggestions in #8
Added extra tests for positive assertions.
Comment #10
ParisLiakos commentedwould be nice to post interdiffs next time ;)
thanks!
Comment #11
patrickd commentedcorrecting to official amsterdam tag
Comment #18
strykaizerRemoving autotag needs work from testbot, patch is green and tested
Comment #20
ParisLiakos commentedreroll
Comment #21
alexpottBut it is not really "immediately" is it? It is the next cron run. Or at best "imminently"
Comment #22
ParisLiakos commented"imminently" sounds better, yes
Comment #23
jhedstromComment #24
nitesh sethia commentedRerolled the patch as per the latest D8 release.
Comment #25
nitesh sethia commentedRemoving need reroll tag..
Comment #26
geertvd commentedSome nitpicks.
Let's get rid of all these double empty lines in the test.
Inline comments should end with a "."
Same as above
"label." still fits on the first line here.
Comment #27
geertvd commentedComment #28
joshi.rohit100Comment #29
geertvd commentedLooks good, will RTBC when test becomes green.
Comment #30
geertvd commentedComment #33
geertvd commentedSetting back to RTBC as per #29
Comment #38
joshi.rohit100I think, that was test-bot glitch
Comment #39
geertvd commentedYes, this was a testbot glitch.
Comment #40
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 12b8a2f and pushed to 8.0.x. Thanks!