From cdfc34fcde16033277db112833a76fe6f35fa3ee Mon Sep 17 00:00:00 2001 From: Chris Leppanen <chris.leppanen@gmail.com> Date: Tue, 25 Sep 2012 14:31:56 -0700 Subject: [PATCH] Add quick test for skip_hash_check. --- tests/feeds_processor_term.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/feeds_processor_term.test b/tests/feeds_processor_term.test index b35a0d72..4adcd080 100644 --- a/tests/feeds_processor_term.test +++ b/tests/feeds_processor_term.test @@ -71,7 +71,7 @@ class FeedsCSVtoTermsTest extends FeedsWebTestCase { // Force update. $this->setSettings('term_import', 'FeedsTermProcessor', array( 'skip_hash_check' => TRUE, - 'update_existing' => FEEDS_UPDATE_EXISTING, + 'update_existing' => 2, )); $this->importFile('term_import', $this->absolutePath() . '/tests/feeds/users.csv'); $this->assertText('Updated 5 terms.'); -- GitLab