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

« back to all changes in this revision

Viewing changes to akonadi/tests/itemhydratest.cpp

  • 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:
75
75
  template <> struct SuperClass<Gerd> : public SuperClassTrait<Volker>{};
76
76
}
77
77
 
78
 
 
79
78
QTEST_KDEMAIN( ItemHydra, NoGUI )
80
79
 
81
80
ItemHydra::ItemHydra()
86
85
{
87
86
}
88
87
 
89
 
 
90
88
void ItemHydra::testItemValuePayload()
91
89
{
92
90
    Item f;
210
208
    QCOMPARE( w.use_count(), (long)0 );
211
209
}
212
210
 
213
 
 
214
211
void ItemHydra::testPolymorphicPayload()
215
212
{
216
213
  VolkerPtr p( new Rudi );
291
288
  QVERIFY( caughtException );
292
289
}
293
290
 
294
 
 
295
291
void ItemHydra::testHasPayload()
296
292
{
297
293
  Item i1;