From ea1bd5606ce2da6075fc4344e30e81d074d4eb7c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 10 Nov 2009 17:27:54 +0000 Subject: #606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :) --- modules/menu/menu.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.test b/modules/menu/menu.test index 9eab7ee13..fbd3fe74f 100644 --- a/modules/menu/menu.test +++ b/modules/menu/menu.test @@ -181,7 +181,7 @@ class MenuTestCase extends DrupalWebTestCase { $this->assertFalse(menu_load($menu_name), 'Custom menu was deleted'); // Test if all menu links associated to the menu were removed from database. $result = db_query("SELECT menu_name FROM {menu_links} WHERE menu_name = :menu_name", array(':menu_name' => $menu_name))->fetchField(); - $this->assertFalse($result, t('All menu links associated to the custom menu were deleted.')); + $this->assertFalse($result, t('All menu links associated to the custom menu were deleted.')); } /** -- cgit v1.2.3