862c862 < index 0000000..ad63b96 --- > index 0000000..46c2dd1 865c865 < @@ -0,0 +1,117 @@ --- > @@ -0,0 +1,114 @@ 923d922 < + $this->installSchema('field', array('field_config', 'field_config_instance')); 970d968 < + 972d969 < + } 974,976d970 < + // Ensure that the rendering of the description of the author works. < + foreach ($view->result as $row) { < + $iid = $view->field['iid']->get_value($row); 978a973,975 > + > + $expected_description = aggregator_filter_xss($items[$iid]->description->value, array()); > + $this->assertEqual($view->field['description']->advanced_render($row), $expected_description, 'Ensure the author got filtered'); 1007c1004 < index 0000000..d1a1964 --- > index 0000000..c4e51f7 1010c1007 < @@ -0,0 +1,114 @@ --- > @@ -0,0 +1,168 @@ 1047a1045,1071 > + alter: > + alter_text: '0' > + text: '' > + make_link: '0' > + path: '' > + absolute: '0' > + external: '0' > + replace_spaces: '0' > + path_case: none > + trim_whitespace: '0' > + alt: '' > + rel: '' > + link_class: '' > + prefix: '' > + suffix: '' > + target: '' > + nl2br: '0' > + max_length: '' > + word_boundary: '1' > + ellipsis: '1' > + more_link: '0' > + more_link_text: '' > + more_link_path: '' > + strip_tags: '0' > + trim: '0' > + preserve_tags: '' > + html: '0' 1057a1082,1108 > + alter: > + alter_text: '0' > + text: '' > + make_link: '0' > + path: '' > + absolute: '0' > + external: '0' > + replace_spaces: '0' > + path_case: none > + trim_whitespace: '0' > + alt: '' > + rel: '' > + link_class: '' > + prefix: '' > + suffix: '' > + target: '' > + nl2br: '0' > + max_length: '' > + word_boundary: '1' > + ellipsis: '1' > + more_link: '0' > + more_link_text: '' > + more_link_path: '' > + strip_tags: '0' > + trim: '0' > + preserve_tags: '' > + html: '0'