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

Fix ui link test checking.

parent 36d4a9ed
Branches 6.x-1.x
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class FeedsXPathParserXMLTestCase extends FeedsXPathParserWebTestCase {
$this->setPlugin('xpath_xml', 'FeedsXPathParserXML');
$this->drupalGet($importer_url);
$this->assertRaw('<div class="help">FeedsXPathParser: No mappings are defined. Define mappings <a href="/admin/build/feeds/edit/xpath_xml/mapping">here</a>.</div><br />');
$this->assertText('FeedsXPathParser: No mappings are defined. Define mappings here.');
$this->addMappings('xpath_xml',
array(
array(
......@@ -237,4 +237,5 @@ class FeedsXPathParserXMLTestCase extends FeedsXPathParserWebTestCase {
$this->assertText('Created 3 Story nodes.');
$this->drupalGet('node');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment