verifyeventexist

Syntax

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

Description

verifies whether any events are present in a calendar table

Implementation

Return values:
1 on success, else 0
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/calendar-view.c

Example

from ldtp import *

With respect to Evolution-Calendars

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

Author:
Manu <manunature@rediffmail.com>


Linux Desktop Testing Project