[X2Go-Commits] x2gobroker.git - build-main (branch) updated: f0df0578d48cb5eb91bfb1e482d68f4937817fce

X2Go dev team git-admin at x2go.org
Sun May 19 13:04:41 CEST 2013


The branch, build-main has been updated
       via  f0df0578d48cb5eb91bfb1e482d68f4937817fce (commit)
      from  d705e7ba70e7866ce904a5f509158430db94def7 (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_broker_base.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2gobroker/tests/test_broker_base.py b/x2gobroker/tests/test_broker_base.py
index 8891103..bde1538 100644
--- a/x2gobroker/tests/test_broker_base.py
+++ b/x2gobroker/tests/test_broker_base.py
@@ -343,13 +343,13 @@ check-credentials = false
         # no ACLs will grant access
         acls = {
             'acl-users-allow': [],
-            'acl-user-deny': [],
+            'acl-users-deny': [],
             'acl-users-order': 'deny-allow',
         }
         self.assertEqual(base_backend.check_profile_acls(username, acls), True)
         acls = {
             'acl-users-allow': [],
-            'acl-user-deny': [],
+            'acl-users-deny': [],
             'acl-users-order': 'allow-deny',
         }
         self.assertEqual(base_backend.check_profile_acls(username, acls), True)


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).




More information about the x2go-commits mailing list