[Checkins] SVN: z3c.jsonrpc/branches/adamg-retryfix/ checking z.a.testing

Adam Groszer agroszer at gmail.com
Fri Feb 1 08:51:08 EST 2008


Log message for revision 83374:
  checking z.a.testing

Changed:
  U   z3c.jsonrpc/branches/adamg-retryfix/buildout.cfg
  _U  z3c.jsonrpc/branches/adamg-retryfix/externals/
  U   z3c.jsonrpc/branches/adamg-retryfix/src/z3c/jsonrpc/tests/retry.txt

-=-
Modified: z3c.jsonrpc/branches/adamg-retryfix/buildout.cfg
===================================================================
--- z3c.jsonrpc/branches/adamg-retryfix/buildout.cfg	2008-02-01 13:35:00 UTC (rev 83373)
+++ z3c.jsonrpc/branches/adamg-retryfix/buildout.cfg	2008-02-01 13:51:07 UTC (rev 83374)
@@ -1,5 +1,7 @@
 [buildout]
 develop = .
+          externals/zope.app.testing
+          
 parts = test checker coverage
 find-links = http://pypi.python.org/simple/z3c.json/
 


Property changes on: z3c.jsonrpc/branches/adamg-retryfix/externals
___________________________________________________________________
Name: svn:externals
   - zope.app.testing  svn+ssh://svn.zope.org/repos/main/zope.app.testing/trunk

   + zope.app.testing  svn://svn.zope.org/repos/main/zope.app.testing/trunk


Modified: z3c.jsonrpc/branches/adamg-retryfix/src/z3c/jsonrpc/tests/retry.txt
===================================================================
--- z3c.jsonrpc/branches/adamg-retryfix/src/z3c/jsonrpc/tests/retry.txt	2008-02-01 13:35:00 UTC (rev 83373)
+++ z3c.jsonrpc/branches/adamg-retryfix/src/z3c/jsonrpc/tests/retry.txt	2008-02-01 13:51:07 UTC (rev 83374)
@@ -74,3 +74,9 @@
   >>> from z3c.jsonrpc.testing import JSONRPCTestProxy
   >>> proxy = JSONRPCTestProxy(siteURL + '/content')
   >>> proxy.badResult()
+  Traceback (most recent call last):
+  ...
+  ResponseError: Check proxy.error for error message
+
+  >>> proxy.error
+  u'ConflictError: database conflict error'



More information about the Checkins mailing list