Skip to content
Snippets Groups Projects
Commit 36788f86 authored by catch's avatar catch
Browse files

Issue #2561135 by alexpott: Views.Drupal\views\Tests\Handler\FieldFieldTest fails on postgres

parent 447a0499
No related branches found
No related tags found
No related merge requests found
......@@ -531,7 +531,7 @@ public function testMissingBundleFieldRender() {
$executable = Views::getView('test_field_field_test');
$executable->execute();
$this->assertEqual('', $executable->getStyle()->getField(1, 'field_test'));
$this->assertEqual('', $executable->getStyle()->getField(6, 'field_test'));
}
}
......@@ -32,6 +32,15 @@ display:
entity_field: field_test
style:
type: html_list
sorts:
id:
id: vid
table: entity_test
field: id
order: ASC
plugin_id: field
entity_type: entity_test
entity_field: id
display_plugin: default
display_title: Master
id: default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment