From f30af6dcdd670c3ff9e20490170af6c7d92fa50a Mon Sep 17 00:00:00 2001 From: Paul Makepeace Date: Tue, 26 Apr 2011 22:50:02 -0400 Subject: [PATCH] Remove loose line --- google/test/test_tutorial.py | 1 - 1 file changed, 1 deletion(-) diff --git a/google/test/test_tutorial.py b/google/test/test_tutorial.py index 0d286d2..45d6a00 100644 --- a/google/test/test_tutorial.py +++ b/google/test/test_tutorial.py @@ -382,7 +382,6 @@ class TutorialTestTransposeVariableNumbeOfRowsIntoColumns( self.assertInResponse('Remove 14 rows') self.project.engine.remove_all() # {28} - 'Split 4 cell(s) in column Column into several columns by separator' self.project.split_column('Column', separator='|') self.assertInResponse('Split 4 cell(s) in column Column')