Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jun 2015 at 14:54 UTC
Updated:
3 Dec 2015 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lendudeNice catch. And it's not just that the tests are never run, the tests are bugged when you do run them.
But instead of re-using $single, wouldn't it be easier to just add it straight to $data? Less chance of old data being reused. Added a patch that goes that route.
Comment #2
dawehnerUps :)
RC eligible because there are just test changes.
Comment #3
alexpottCommitted ec438eb and pushed to 8.0.x. Thanks!
This looks much better.. nice catch.