summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-12-22 10:44:13 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-12-22 10:44:13 -0500
commit894597618a3ede6b767fec7f3f698b1647786231 (patch)
treebaa9b22de9adbc70af891d2503cc91553874cd78
parent773dd43d3dc61842965e0ea374a8c02534040292 (diff)
add some notes about the need to do interop testing
-rw-r--r--docs/TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index 1b5c976..5b05fc8 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,8 +1,17 @@
-Can happen before 1.0 (before API/ABI freeze):
+Should happen before 1.0 (before API/ABI freeze):
o Review TODO items scattered around the code and update this file
+ o Ensure we correctly interoperate with other D-Bus stacks with varying
+ levels of support of the org.fd.DBus.Properties
+
+ - Make sure things work in the absence of a GetAll() method
+
+ One way to write tests for this is to use Python on the server-side;
+ dbus-python doesn't really support properties natively so we can
+ easily set up the various test cases.
+
o Document all annotations
o Port DBusConnection mainloop integration from dbus-glib to avoid that