[Checkins] SVN: five.customerize/trunk/ PluggableAuthService 1.7.3 now returns the user when calling _doAddUser. Swallow any response in tests.

Eric Steele ems174 at psu.edu
Thu Feb 3 10:55:15 EST 2011


Log message for revision 120087:
  PluggableAuthService 1.7.3 now returns the user when calling _doAddUser. Swallow any response in tests.

Changed:
  U   five.customerize/trunk/CHANGES.txt
  U   five.customerize/trunk/src/five/customerize/browser.txt

-=-
Modified: five.customerize/trunk/CHANGES.txt
===================================================================
--- five.customerize/trunk/CHANGES.txt	2011-02-03 14:55:25 UTC (rev 120086)
+++ five.customerize/trunk/CHANGES.txt	2011-02-03 15:55:13 UTC (rev 120087)
@@ -4,6 +4,8 @@
 1.0.1 - unreleased
 ------------------
 
+- Made tests compatible with PluggableAuthService 1.7.3
+  [esteele]
 
 1.0 - 2010-06-13
 ----------------

Modified: five.customerize/trunk/src/five/customerize/browser.txt
===================================================================
--- five.customerize/trunk/src/five/customerize/browser.txt	2011-02-03 14:55:25 UTC (rev 120086)
+++ five.customerize/trunk/src/five/customerize/browser.txt	2011-02-03 15:55:13 UTC (rev 120087)
@@ -15,7 +15,7 @@
 -------------
 
     >>> uf = app.acl_users
-    >>> uf._doAddUser('manager', 'r00t', ['Manager'], [])
+    >>> _ignore = uf._doAddUser('manager', 'r00t', ['Manager'], [])
 
 Create the test browser we'll be using:
 



More information about the checkins mailing list