Closed (fixed)
Project:
Views (for Drupal 7)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Aug 2012 at 07:21 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aspilicious commentedadded tag
Comment #3
aspilicious commented0001-convert-setup-calls.patch queued for re-testing.
Comment #5
tim.plunkettThis should be rerolled with the docblocks we agreed on for core.
Comment #6
damiankloip commentedre rolled with these changes in.
Comment #7
tim.plunkettThere should be a blank line after the class before the first comment.
Comment #8
damiankloip commentedOops, here you go.
Comment #9
dawehner#8: 1711640-8.patch queued for re-testing.
Comment #11
tim.plunkettViewsSqlTest was enabling views_ui already, so we are able to remove it from its child classes.
Comment #12
damiankloip commentedNice.
Comment #13
aspilicious commentedwhat about views_test?
Comment #14
tim.plunkettPagerTest::setUp()passed "views_test", but its parent isViewsSqlTest::setUp(), which completely ignored its child classes and only enabled views and views_ui anyway. So the module was never used by the test.Comment #15
aspilicious commentedin that case...
Comment #16
tim.plunketthttp://drupalcode.org/project/views.git/commit/e0e125c