U
    j                     @   s   d Z dd ZdS )zPIssue #27 - multiple periods

https://github.com/collective/icalendar/issues/27
c                 C   sT   t | jdd }|d }t|d  t | jdd }|d }||ksPtd S )NZ	VFREEBUSY    Zfreebusy)listZ9issue_27_multiple_periods_in_freebusy_multiple_freebusieswalkprintZ2issue_27_multiple_periods_in_freebusy_one_freebusyAssertionError)Z	calendarsZ	free_busyZfree_busy_periodZ$equivalent_way_of_defining_free_busyZfree_busy_period_equivalent r   H/tmp/pip-unpacked-wheel-g40nyxg1/icalendar/tests/test_issue_27_period.pytest_issue_27_multiple_periods   s     
r   N)__doc__r   r   r   r   r   <module>   s   