commit/galaxy-central: inithello: Update functional test's string checks to account for changes in the way grids are rendered.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2e54fd511187/ Changeset: 2e54fd511187 User: inithello Date: 2014-01-02 15:12:43 Summary: Update functional test's string checks to account for changes in the way grids are rendered. Affected #: 1 file diff -r 593fce2b6335865d1225cdd23cfaf3e388ab1140 -r 2e54fd51118797935c299c5f34b37ac48f780900 test/tool_shed/functional/test_1000_install_basic_repository.py --- a/test/tool_shed/functional/test_1000_install_basic_repository.py +++ b/test/tool_shed/functional/test_1000_install_basic_repository.py @@ -108,12 +108,12 @@ '''Attempt to install the already installed filtering repository.''' installed_repository = self.test_db_util.get_installed_repository_by_name_owner( 'filtering_0000', common.test_user_1_name ) # The page displayed after installation is the ajaxian "Montior installing tool shed repositories" page. Since the filter - # repository was already installed, nothing will be in the process of being installed, so the grid will display 'No Items'. - post_submit_strings_displayed = [ 'No Items' ] + # repository was already installed, nothing will be in the process of being installed, so the grid will not display 'filtering_0000'. + post_submit_strings_not_displayed = [ 'filtering_0000' ] self.install_repository( 'filtering_0000', common.test_user_1_name, 'Test 0000 Basic Repository Features 1', - post_submit_strings_displayed=post_submit_strings_displayed ) + post_submit_strings_not_displayed=post_submit_strings_not_displayed ) strings_displayed = [ 'filtering_0000', "Galaxy's filtering tool", 'user1', 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.
participants (1)
-
commits-noreply@bitbucket.org