2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/82d876e06000/ Changeset: 82d876e06000 User: Dave Bouvier Date: 2013-11-13 16:46:38 Summary: Restore files that were deleted due to a tool migration, but are still used in test/functiona/test_get_data.py. Affected #: 2 files diff -r 95b5323cef58cab0cc76f9b392fe2c9c83254030 -r 82d876e06000b1d52ec65661da2b2245dd4e76ca test-data/1.bam Binary file test-data/1.bam has changed diff -r 95b5323cef58cab0cc76f9b392fe2c9c83254030 -r 82d876e06000b1d52ec65661da2b2245dd4e76ca test-data/3unsorted.bam Binary file test-data/3unsorted.bam has changed https://bitbucket.org/galaxy/galaxy-central/commits/17ee3fa154b3/ Changeset: 17ee3fa154b3 User: Dave Bouvier Date: 2013-11-13 17:23:54 Summary: Fix error in test_get_data.py's url paste upload test. Affected #: 1 file diff -r 82d876e06000b1d52ec65661da2b2245dd4e76ca -r 17ee3fa154b35f856a79be1691c5ed60832618c6 test/base/twilltestcase.py --- a/test/base/twilltestcase.py +++ b/test/base/twilltestcase.py @@ -224,9 +224,9 @@ """Pasted data in the upload utility""" self.visit_page( "tool_runner/index?tool_id=upload1" ) try: - tc.fv( "1", "file_type", ftype ) - tc.fv( "1", "dbkey", dbkey ) - tc.fv( "1", "url_paste", url_paste ) + self.refresh_form( "file_type", ftype ) #Refresh, to support composite files + tc.fv( "tool_form", "dbkey", dbkey ) + tc.fv( "tool_form", "url_paste", url_paste ) tc.submit( "runtool_btn" ) self.home() except Exception, e: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.