From fe12d043554ed4cbf6f82eed72ccb97fe60269c2 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 31 Oct 2007 04:38:26 +0000 Subject: [PATCH] History test fix. --- test/functional/test_history_functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/test_history_functions.py b/test/functional/test_history_functions.py index fae75ba49d3..b5f7e8e97c5 100644 --- a/test/functional/test_history_functions.py +++ b/test/functional/test_history_functions.py @@ -22,8 +22,8 @@ class TestHistory( TwillTestCase ): self.history_options() self.check_page_for_string( 'Rename current history') self.check_page_for_string( 'View previously stored histories') - self.check_page_for_string( 'share current history') - self.check_page_for_string( 'delete current history') + self.check_page_for_string( 'Share current history') + self.check_page_for_string( 'Delete current history') def test_10_history_rename( self ): """Testing renaming a history""" id, old_name, new_name = self.rename_history()