Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2014 at 17:11 UTC
Updated:
2 Oct 2014 at 09:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vijaycs85Comment #2
andypostComment #3
vijaycs85created #2316909: Revisit all built-in test/default views configuration in core
Comment #4
Anonymous (not verified) commentedAdded vid mapping; fixed the test & corrected the table name to node.
Comment #6
andypost@stevepurkiss looks you are not using latest core 8.0.x branch
4) is outdated and was fixed in original issue
Comment #7
andypostOnly schema should be fixed, 1) still valid
Comment #8
Anonymous (not verified) commented@andypost d'oh, it's been a while ;) Thanks for the further info, let's try this one!
Comment #9
dawehnerPerfect!
Comment #10
alexpottLooks like the issue summary is not up-to-date since this patch is not doing everything mentioned. Also it would be nice to compare the schema with some real data since the test views in core are not correct - I some evidence that the change is correct :)
Comment #11
Anonymous (not verified) commentedComment #12
Anonymous (not verified) commented@alexpott I've updated the issue summary accordingly and spoken to @dawehner who said there is a test for this at
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_node_term_data.ymlwhich I ran and here's some of the relevant output:Comment #13
Anonymous (not verified) commentedComment #14
dawehnerTotally forgot about this one.
Comment #15
alexpottCommitted 3660df9 and pushed to 8.0.x. Thanks!