Your IP : 216.73.216.213


Current Path : /opt/alt/python34/lib64/python3.4/test/__pycache__/
Upload File :
Current File : //opt/alt/python34/lib64/python3.4/test/__pycache__/test_msilib.cpython-34.pyo

�
f f��@sdZddlZddlZddlmZmZed�ZGdd�dej�Zdd�Z	e
d	kr{e	�ndS)
z# Test suite for the code in msilib �N)�run_unittest�
import_module�msilibc@s:eZdZdZdd�Zdd�Zdd�ZdS)	�Test_make_idz�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.
    cCs�|jtjd�d�|jtjd�d�|jtjd�d�|jtjd�d�|jtjd�d�dS)NZshortZnochangerequiredzone.dot�_�a)�assertEqualr�make_id)�self�r�5/opt/alt/python34/lib64/python3.4/test/test_msilib.py�test_is_no_change_requiredsz'Test_make_id.test_is_no_change_requiredcCs6|jtjd�d�|jtjd�d�dS)Nz9.shortz_9.shortz.shortz_.short)rrr	)r
rrr�test_invalid_first_charsz$Test_make_id.test_invalid_first_charcCs6|jtjd�d�|jtjd�d�dS)Nu.s‚ortz_.s_ortu
.s‚o?*+rtz
_.s_o___rt)rrr	)r
rrr�test_invalid_any_char#sz"Test_make_id.test_invalid_any_charN)�__name__�
__module__�__qualname__�__doc__r
rrrrrrrsrcCstt�dS)N)rrrrrr�	test_main*sr�__main__)rZunittest�osZtest.supportrrrZTestCaserrrrrrr�<module>s#