Current File : //opt/imh-python/lib/python2.7/test/test_msilib.pyc |
�
��Wc @ s| d Z d d l Z d d l Z d d l m Z m Z e d � Z d e j f d � � YZ d � Z e
d k rx e � n d S( s# Test suite for the code in msilib i����N( t run_unittestt
import_modulet msilibt Test_make_idc B s) e Z d Z d � Z d � Z d � Z RS( s� The Identifier data type is a text string. Identifiers may contain the
ASCII characters A-Z (a-z), digits, underscores (_), or periods (.).
However, every identifier must begin with either a letter or an
underscore.
c C s� | j t j d � d � | j t j d � d � | j t j d � d � | j t j d � d � | j t j d � d � d S( Nt shortt nochangerequireds one.dott _t a( t assertEqualR t make_id( t self( ( si /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_msilib.pyt test_is_no_change_required s c C s6 | j t j d � d � | j t j d � d � d S( Ns 9.shorts _9.shorts .shorts _.short( R R R ( R
( ( si /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_msilib.pyt test_invalid_first_char s c C s6 | j t j d � d � | j t j d � d � d S( Ns .s�orts _.s_orts .s�o?*+rts
_.s_o___rt( R R R ( R
( ( si /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_msilib.pyt test_invalid_any_char# s ( t __name__t
__module__t __doc__R R R
( ( ( si /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_msilib.pyR s c C s t t � d S( N( R R ( ( ( si /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_msilib.pyt test_main* s t __main__( R t unittestt ost test_supportR R R t TestCaseR R R ( ( ( si /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_msilib.pyt <module> s #