From a2ec3c3852d825c407e10a0ca76470f8026a33d7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 9 Feb 2010 12:29:39 +0000 Subject: - Patch #708144 by lilou: remove double semicolons at end of line. --- modules/trigger/trigger.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/trigger') diff --git a/modules/trigger/trigger.test b/modules/trigger/trigger.test index f6b1a2113..fce5d460e 100644 --- a/modules/trigger/trigger.test +++ b/modules/trigger/trigger.test @@ -45,7 +45,7 @@ class TriggerContentTestCase extends DrupalWebTestCase { // Make sure the text we want appears. $this->assertRaw(t('!post %title has been created.', array('!post' => 'Basic page', '%title' => $edit["title"])), t('Make sure the Basic page has actually been created')); // Action should have been fired. - $loaded_node = $this->drupalGetNodeByTitle($edit["title"]);; + $loaded_node = $this->drupalGetNodeByTitle($edit["title"]); $this->assertTrue($loaded_node->$info['property'] == $info['expected'], t('Make sure the @action action fired.', array('@action' => $info['name']))); // Leave action assigned for next test -- cgit v1.2.3