[Checkins] SVN: zope.app.wsgi/trunk/CHANGES.txt Note about the changes Sylvain and I worked on.

Martijn Faassen faassen at startifact.com
Wed Apr 14 08:29:47 EDT 2010


Log message for revision 110861:
  Note about the changes Sylvain and I worked on.
  

Changed:
  U   zope.app.wsgi/trunk/CHANGES.txt

-=-
Modified: zope.app.wsgi/trunk/CHANGES.txt
===================================================================
--- zope.app.wsgi/trunk/CHANGES.txt	2010-04-14 12:28:47 UTC (rev 110860)
+++ zope.app.wsgi/trunk/CHANGES.txt	2010-04-14 12:29:46 UTC (rev 110861)
@@ -2,12 +2,22 @@
 CHANGES
 =======
 
-3.7.1 (unreleased)
+3.8.0 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- zope.app.wsgi.testlayer is now a lot more compatible with 
+  the HTTPCaller() functionality in zope.app.testing, which it can
+  replace:
 
+  - same transaction behavior - pending transactions are committed
+    before request and synchronized afterwards.
 
+  - support for browser.handleErrors (for zope.testbrowser).
+
+  - support for clear-text (non-base64) Basic authentication headers,
+    which are easier to read in the tests (though not correct in
+    actual HTTP traffic).
+
 3.7.0 (2010-04-13)
 ------------------
 



More information about the checkins mailing list