----------------------------------------------------------------------
 
+Complete the bindings tests - must test the return values and
+error cases.
+
+----------------------------------------------------------------------
+
 For virt-inspector:
 
  - Needs a "query mode", like "are (Xen|KVM) PV drivers installed?"
 
                CallStringList ["1"]; CallBool false;
                CallInt 0; CallString ""; CallString ""]
 
+  (* XXX Add here tests of the return and error functions. *)
+
 let output_to filename =
   let filename_new = filename ^ ".new" in
   chan := open_out filename_new;