summaryrefslogtreecommitdiff
path: root/libopie/pim/test/oevent_test.cpp
Side-by-side diff
Diffstat (limited to 'libopie/pim/test/oevent_test.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libopie/pim/test/oevent_test.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/libopie/pim/test/oevent_test.cpp b/libopie/pim/test/oevent_test.cpp
index 6f04995..247b83b 100644
--- a/libopie/pim/test/oevent_test.cpp
+++ b/libopie/pim/test/oevent_test.cpp
@@ -7,8 +7,8 @@ int main(int argc, char* argv ) {
OEvent ev;
- ev.setUid( 20 );
+// ev.setUid( 20 );
- ev.setDescription( "Foo" );
+ ev.setDescription( "Foo Descsfewrf" );
OEvent ev2 = ev;
- ev2.setDescription("Foo2");
+ ev2.setDescription("Foo3");
qWarning("%s", ev2.description().latin1() );
@@ -22,2 +22,3 @@ int main(int argc, char* argv ) {
qWarning("%s", ev2.startDateTimeInZone().toString().latin1() );
+ qWarning("%d %d", ev.isAllDay(), ev2.isAllDay() );
@@ -47,2 +48,5 @@ int main(int argc, char* argv ) {
}
+ ev.setUid( 1 );
+ acc.add( ev );
+ acc.save();