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

Change batch limit for HTML tests.

parent 815c4565
Branches
Tags 7.x-1.0-beta4
No related merge requests found
......@@ -50,6 +50,8 @@ class FeedsXPathParseHTMLTestCase extends FeedsXPathParserWebTestCase {
$this->postAndCheck($importer_url, $edit, t('Save'), t('Your changes have been saved.'));
// Test import.
// Set batch limit to 5 to force batching.
variable_set('feeds_process_limit', 5);
$path = $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'feeds_xpathparser') . '/tests/feeds_xpathparser/';
$nid = $this->createFeedNode('xpath', $path . 'issues_drupal.org.htm', 'Testing XPath HTML Parser');
$feed_node_edit_url = 'node/' . $nid . '/edit';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment