summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2012-11-04 19:18:20 +0100
committerSeif Lotfy <seif@lotfy.com>2012-11-04 19:18:20 +0100
commit04f47d1494289959b856003c0a1f632b2b33b693 (patch)
treeef7ca20606eddffe891117528ded6b58a154db2d /test
parentb69ed8d06681f833cda092f427bb29172a0d1ab7 (diff)
downloadzeitgeist-04f47d1494289959b856003c0a1f632b2b33b693.tar.gz
Add insert events example
Diffstat (limited to 'test')
-rw-r--r--test/direct/log-test.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/direct/log-test.vala b/test/direct/log-test.vala
index ea59c9f1..fcc003fc 100644
--- a/test/direct/log-test.vala
+++ b/test/direct/log-test.vala
@@ -110,7 +110,7 @@ void insert_get_delete_test ()
su.storage = "bfb486f6-f5f8-4296-8871-0cc749cf8ef7";
/* This method call now owns all events, subjects, and the events array */
- Zeitgeist.Log.get_default ().insert_events.begin (
+ Zeitgeist.Log.get_default ().insert_events (
expected_events, null, (log, res) => {
events_inserted ((Zeitgeist.Log) log, res, expected_events, mainloop);
});