LDTP  2.3.1
verifyeventexist

Syntax

verifyeventexist('<window name>', '<component name>')

Description

verifies whether any events are present in a calendar table

ImplementationDetails

Return values:
1on success, else 0

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/calendar-view.c

Example

from ldtp import *

With respect to Evolution-Calendars

verifyeventexist('Evolution-Calendars', 'calview')

Author:
Manu <manunature@rediffmail.com>