[hg] galaxy 2549: Have metadata editing tests wait for completio...
details: http://www.bx.psu.edu/hg/galaxy/rev/eb09beda047d changeset: 2549:eb09beda047d user: Dan Blankenberg <dan@bx.psu.edu> date: Fri Aug 07 12:55:07 2009 -0400 description: Have metadata editing tests wait for completion of file conversion before editing resultant dataset's metadata. 1 file(s) affected in this change: test/base/twilltestcase.py diffs (11 lines): diff -r b8b7b6c67839 -r eb09beda047d test/base/twilltestcase.py --- a/test/base/twilltestcase.py Fri Aug 07 11:14:03 2009 -0400 +++ b/test/base/twilltestcase.py Fri Aug 07 12:55:07 2009 -0400 @@ -425,6 +425,7 @@ tc.fv( 'convert_data', 'target_type', target_type ) tc.submit( 'convert_data' ) self.check_page_for_string( 'The file conversion of Convert BED to GFF on data' ) + self.wait() #wait for the format convert tool to finish before returning self.home() def change_datatype( self, hda_id, datatype ): """Change format of history_dataset_association"""
participants (1)
-
Greg Von Kuster