[Checkins] SVN: Sandbox/luciano/kirbi/src/kirbi/ftests/xmlrpc.txt removed some code that should not be there

Luciano Ramalho luciano at ramalho.org
Mon Aug 13 09:20:02 EDT 2007


Log message for revision 78784:
  removed some code that should not be there
  

Changed:
  U   Sandbox/luciano/kirbi/src/kirbi/ftests/xmlrpc.txt

-=-
Modified: Sandbox/luciano/kirbi/src/kirbi/ftests/xmlrpc.txt
===================================================================
--- Sandbox/luciano/kirbi/src/kirbi/ftests/xmlrpc.txt	2007-08-13 09:52:29 UTC (rev 78783)
+++ Sandbox/luciano/kirbi/src/kirbi/ftests/xmlrpc.txt	2007-08-13 13:20:01 UTC (rev 78784)
@@ -2,12 +2,6 @@
 Testing XML-RPC access
 ======================
 
-    def updateBooks(self, book_dict_list):
-        return self.context.updateBooks(book_dict_list)
-
-    def dumpIncomplete(self):
-        return self.context.dumpIncomplete()
-
 First we setup the app and XML-RPC proxy to the PAC (the public access
 book catalog)::
 
@@ -37,9 +31,9 @@
   ['9780486273471', '9780684833392']
 
 Once retrieved, they are moved from the incomplete to the pending attribute
-of the pac::
+of the PAC::
 
-  >>> sorted(pac.dumpIncomplete())
+  >>> pac.dumpIncomplete()
   []
 
 When the metadata is found at an external source, the book record can be



More information about the Checkins mailing list