The branch, statusflag has been updated via 961a085fe915a6b1e6c7809717fa894062bbf927 (commit) from dd6e78151e15db52f78f2d8d9caf66a1ca018149 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2gobroker/tests/test_web_plain_base.py | 3 --- 1 file changed, 3 deletions(-) The diff of changes is: diff --git a/x2gobroker/tests/test_web_plain_base.py b/x2gobroker/tests/test_web_plain_base.py index fd5019c..a31850f 100644 --- a/x2gobroker/tests/test_web_plain_base.py +++ b/x2gobroker/tests/test_web_plain_base.py @@ -30,8 +30,6 @@ from x2gobroker.web.plain import * urls = ( '/plain/(.*)', 'X2GoBrokerWebPlain',) app = web.application(urls, globals()) -x2gobroker.defaults.X2GOBROKER_CONFIG_DEFAULTS.update({'base': {'enable': True, 'auth-mech': 'pam', }, }) - class TestX2GoBrokerWebPlainBase(unittest.TestCase): ### TEST RESPONSE: is enabled? @@ -110,7 +108,6 @@ auth-mech = testsuite def test_suite(): - x2gobroker.defaults.X2GOBROKER_CONFIG_DEFAULTS.update({'base': {'enable': True, 'auth-mech': 'pam', }, }) from unittest import TestSuite, makeSuite suite = TestSuite() suite.addTest(makeSuite(TestX2GoBrokerWebPlainBase)) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).