~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to kcalcore/tests/testevent.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
{
29
29
  Q_OBJECT
30
30
  private Q_SLOTS:
 
31
    void testSetRoles_data();
 
32
    void testSetRoles();
31
33
    void testValidity();
32
34
    void testCompare();
33
35
    void testClone();
34
36
    void testCopy();
35
37
    void testAssign();
 
38
    void testSerializer_data();
 
39
    void testSerializer();
 
40
    void testDurationDtEnd();
36
41
};
37
42
 
38
43
#endif