aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-04-15 22:25:28 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-04-15 22:25:28 +0000
commitc376385ec86eecb788f0f5f94148a680c1ff4f20 (patch)
treeafa8e8a614b8d42afa5fe0f2b51ce34ab72e5292 /tests
parentdf8bb67ba823f683fabe0564b1c7249a33614090 (diff)
parent61af48e621e774b774f9c7f61e8a972ab8201f15 (diff)
downloadayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.tar.gz
ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.tar.bz2
ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.zip
If there's a large batch of EDS events coming in, try to wait until the event storm has passed before running our requery. Fixes: 1306112
Diffstat (limited to 'tests')
-rw-r--r--tests/manual-test-snap.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual-test-snap.cpp b/tests/manual-test-snap.cpp
index 51556cd..16e606a 100644
--- a/tests/manual-test-snap.cpp
+++ b/tests/manual-test-snap.cpp
@@ -36,8 +36,6 @@ int main()
a.summary = "Alarm";
a.url = "alarm:///hello-world";
a.uid = "D4B57D50247291478ED31DED17FF0A9838DED402";
- a.is_event = false;
- a.is_daily = false;
a.has_alarms = true;
auto begin = g_date_time_new_local(2014,12,25,0,0,0);
auto end = g_date_time_add_full(begin,0,0,1,0,0,-1);