commit/galaxy-central: carlfeberhard: Core, controllers: Remove test method from root controller
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2d509288d484/ Changeset: 2d509288d484 User: carlfeberhard Date: 2014-08-15 16:46:54 Summary: Core, controllers: Remove test method from root controller Affected #: 1 file diff -r 5f7aab7158fd26bfb07835fef66b051d480f40cc -r 2d509288d484025de4f882b28b2c22069f12422e lib/galaxy/webapps/galaxy/controllers/root.py --- a/lib/galaxy/webapps/galaxy/controllers/root.py +++ b/lib/galaxy/webapps/galaxy/controllers/root.py @@ -514,8 +514,3 @@ raise HTTPBadGateway() trans.response.status = code return { 'error': 'Fake error!' } - - @web.expose - def test( self, trans, **kwargs ): - #trans.response.headers[ 'Content-Type' ] = 'text/plain' - return trans.fill_template( 'test/test.mako', **kwargs ) 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