summaryrefslogtreecommitdiff
path: root/source4/auth/tests/bindings.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-08-14 17:45:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-08-18 09:50:44 +1000
commitba52834dd97d4c855ab98c2cbab1d6ed8d189de8 (patch)
tree013f7077722cf7cf3e3a4245fea817deb96f3451 /source4/auth/tests/bindings.py
parenta68a5592c5fc88fc7ba335cfbe375d687c8b8112 (diff)
downloadsamba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.tar.gz
samba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.tar.bz2
samba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.zip
s4:auth Remove system_session_anon() from python bindings
Diffstat (limited to 'source4/auth/tests/bindings.py')
-rw-r--r--source4/auth/tests/bindings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/tests/bindings.py b/source4/auth/tests/bindings.py
index cadfdd0ef7..6ecfc2047f 100644
--- a/source4/auth/tests/bindings.py
+++ b/source4/auth/tests/bindings.py
@@ -31,5 +31,3 @@ class AuthTests(samba.tests.TestCase):
def test_system_session(self):
auth.system_session()
- def test_system_session_anon(self):
- auth.system_session_anonymous()