[Checkins] SVN: zope.testbrowser/branches/jinty-webtest3/CHANGES.txt Try make changelog more explicit

Brian Sutherland jinty at web.de
Sun Jan 30 10:03:51 EST 2011


Log message for revision 120013:
  Try make changelog more explicit

Changed:
  U   zope.testbrowser/branches/jinty-webtest3/CHANGES.txt

-=-
Modified: zope.testbrowser/branches/jinty-webtest3/CHANGES.txt
===================================================================
--- zope.testbrowser/branches/jinty-webtest3/CHANGES.txt	2011-01-30 14:40:05 UTC (rev 120012)
+++ zope.testbrowser/branches/jinty-webtest3/CHANGES.txt	2011-01-30 15:03:51 UTC (rev 120013)
@@ -5,11 +5,17 @@
 4.0.0 (unreleased)
 -------------------
 
-- Integrate with WebTest. ``zope.testbrowser.wsgi.Browser`` is a new
-  ``Browser`` implementation that can wrap a ``webtest.TestApp``. This allows
-  simple and direct testing of WSGI applications.
+- Integrate with WebTest. ``zope.testbrowser.webtest.Browser`` is a new
+  ``Browser`` implementation that uses ``webtest.TestApp`` to drive a WSGI
+  application. This allows simple and direct testing of WSGI applications.
 
+- Re-write the test application as a pure WSGI application using WebOb. Run the
+  existing tests using the WebTest based Browser
 
+- Move zope.app.testing based Browser into zope.app.testing (leaving backwards
+  compatibility imports in-place).
+
+
 3.11.1 (2011-01-24)
 -------------------
 



More information about the checkins mailing list