[X2Go-Commits] x2gobroker.git - statusflag (branch) updated: 2469fd0439a5877f2685e579edf73f99863b593f

X2Go dev team git-admin at x2go.org
Tue Jun 4 21:09:35 CEST 2013


The branch, statusflag has been updated
       via  2469fd0439a5877f2685e579edf73f99863b593f (commit)
      from  ad91c637065fada49cc741eae394287382f00660 (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_inifile.py |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2gobroker/tests/test_broker_inifile.py b/x2gobroker/tests/test_broker_inifile.py
index ac33756..35b4289 100644
--- a/x2gobroker/tests/test_broker_inifile.py
+++ b/x2gobroker/tests/test_broker_inifile.py
@@ -289,6 +289,8 @@ acl-users-order = deny-allow
 user =
 cmd = KDE
 fullscreen = true
+acl-users-deny = willi
+acl-users-order = deny-allow
 """
         tfs = tempfile.NamedTemporaryFile()
         print >> tfs, _session_profiles
@@ -331,10 +333,9 @@ fullscreen = true
         list_of_profiles = inifile_backend.list_profiles(username_w)
         list_of_profile_ids = list_of_profiles.keys()
         list_of_profile_ids.sort()
-        self.assertEqual(list_of_profile_ids, ['testprofile1', 'testprofile2', 'testprofile3'])
+        self.assertEqual(list_of_profile_ids, ['testprofile1', 'testprofile2'])
         self.assertEqual(list_of_profiles['testprofile1']['cmd'], 'GNOME')
         self.assertEqual(list_of_profiles['testprofile2']['cmd'], 'XFCE')
-        self.assertEqual(list_of_profiles['testprofile3']['cmd'], 'KDE')
 
     ### TEST: select_session() method
 


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