summaryrefslogtreecommitdiff
path: root/tests/functional-tests/ipc/test-bus-update.vala
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-10-25 16:16:14 +0100
committerMartyn Russell <martyn@lanedo.com>2010-10-27 15:16:54 +0100
commitb9f51f4c6f09c534287deb191d36141c8b7a78c0 (patch)
tree26c6c3f53e6f3b18ea93da67b0cdbe7fb898dd14 /tests/functional-tests/ipc/test-bus-update.vala
parent890bc51dd839d1d5e114422e7bc809a73b5e862a (diff)
downloadtracker-b9f51f4c6f09c534287deb191d36141c8b7a78c0.tar.gz
functional-tests: Moved all IPC tests to ipc/
Also renamed to prefix with test- instead of suffix like other tests
Diffstat (limited to 'tests/functional-tests/ipc/test-bus-update.vala')
-rw-r--r--tests/functional-tests/ipc/test-bus-update.vala10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional-tests/ipc/test-bus-update.vala b/tests/functional-tests/ipc/test-bus-update.vala
new file mode 100644
index 000000000..1867fed46
--- /dev/null
+++ b/tests/functional-tests/ipc/test-bus-update.vala
@@ -0,0 +1,10 @@
+using Tracker;
+using Tracker.Sparql;
+
+int
+main( string[] args )
+{
+ TestApp app = new TestApp (new Tracker.Bus.Connection ());
+
+ return app.run ();
+}