ó
EŽUc           @   s@   d  Z  d d l m Z d d l m Z d e f d     YZ d S(   s*   Tests for the libpolicy Python bindings.

i˙˙˙˙(   t   TestCase(   t   policyt   PolicyTestsc           B   s   e  Z d    Z d   Z RS(   c         C   s#   |  j  d g t j t j   d  S(   Nt   GPO_FLAG_USER_DISABLE(   t   assertEqualsR   t   get_gpo_flagsR   (   t   self(    (    s6   /usr/lib/python2.7/dist-packages/samba/tests/policy.pyt   test_get_gpo_flags   s    c         C   s#   |  j  d g t j t j   d  S(   Nt   GPLINK_OPT_DISABLE(   R   R   t   get_gplink_optionsR   (   R   (    (    s6   /usr/lib/python2.7/dist-packages/samba/tests/policy.pyt   test_get_gplink_options    s    (   t   __name__t
   __module__R   R
   (    (    (    s6   /usr/lib/python2.7/dist-packages/samba/tests/policy.pyR      s   	N(   t   __doc__t   samba.testsR    t   sambaR   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/samba/tests/policy.pyt   <module>   s   