Skip to content
Snippets Groups Projects
Commit b511cc55 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Added: .install file to trigger cache refresh.

parent d629b26c
Branches
Tags 7.x-1.0-beta3
No related merge requests found
<?php
/**
* @file
* hook_update_n()'s for Feeds XPath Parser.
*/
/**
* Update to trigger cahce refresh.
*/
function feeds_xpathparser_update_7101() {}
......@@ -31,7 +31,7 @@ class FeedsXPathParserXMLTestCase extends FeedsXPathParserWebTestCase {
$importer_url = $this->feeds_base . '/xpath_xml/settings/FeedsXPathParserXML';
// Check help message.
$this->drupalGet($importer_url);
$this->assertRaw('<div class="help">FeedsXPathParser: No mappings are defined. Define mappings <a href="/admin/structure/feeds/edit/xpath_xml/mapping">here</a>.</div><br />');
$this->assertText('No XPath mappings are defined.');
$this->addMappings('xpath_xml',
array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment