commit/galaxy-central: jmchilton: Fix for a failing API test in buildbot.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6a7cb977238c/ Changeset: 6a7cb977238c User: jmchilton Date: 2014-01-29 07:27:30 Summary: Fix for a failing API test in buildbot. Just noticed these are actually running tonight, that is good news. Affected #: 1 file diff -r 60203bad003cc6b4bc054500248e5a69cbe9b8bc -r 6a7cb977238c76359f39c8484b88cdd1daff4b1f test/functional/api/test_page_revisions.py --- a/test/functional/api/test_page_revisions.py +++ b/test/functional/api/test_page_revisions.py @@ -1,5 +1,5 @@ from galaxy.exceptions import error_codes -from functional.api.pages import BasePageApiTestCase +from functional.api.test_pages import BasePageApiTestCase class PageRevisionsApiTestCase( BasePageApiTestCase ): 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