From ba52834dd97d4c855ab98c2cbab1d6ed8d189de8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 14 Aug 2010 17:45:57 +1000 Subject: s4:auth Remove system_session_anon() from python bindings --- source4/auth/tests/bindings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/auth/tests/bindings.py') 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() -- cgit