[Checkins] SVN: five.formlib/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 09:47:29 EST 2011


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

Changed:
  U   five.formlib/trunk/CHANGES.txt
  U   five.formlib/trunk/src/five/formlib/tests/formlib.txt
  U   five.formlib/trunk/src/five/formlib/tests/forms.txt

-=-
Modified: five.formlib/trunk/CHANGES.txt
===================================================================
--- five.formlib/trunk/CHANGES.txt	2011-02-03 14:35:26 UTC (rev 120084)
+++ five.formlib/trunk/CHANGES.txt	2011-02-03 14:47:27 UTC (rev 120085)
@@ -4,6 +4,7 @@
 1.0.4 - unreleased
 ------------------
 
+* Fix test failures when running against PluggableAuthService 1.7.3
 
 1.0.3 - 2010-06-13
 ------------------

Modified: five.formlib/trunk/src/five/formlib/tests/formlib.txt
===================================================================
--- five.formlib/trunk/src/five/formlib/tests/formlib.txt	2011-02-03 14:35:26 UTC (rev 120084)
+++ five.formlib/trunk/src/five/formlib/tests/formlib.txt	2011-02-03 14:47:27 UTC (rev 120085)
@@ -11,7 +11,7 @@
 account:
 
   >>> uf = self.folder.acl_users
-  >>> uf._doAddUser('manager', 'r00t', ['Manager'], [])
+  >>> user = uf._doAddUser('manager', 'r00t', ['Manager'], [])
 
 We need to configure all of Five and the necessary formlib components for
 this test:

Modified: five.formlib/trunk/src/five/formlib/tests/forms.txt
===================================================================
--- five.formlib/trunk/src/five/formlib/tests/forms.txt	2011-02-03 14:35:26 UTC (rev 120084)
+++ five.formlib/trunk/src/five/formlib/tests/forms.txt	2011-02-03 14:47:27 UTC (rev 120085)
@@ -5,7 +5,7 @@
 manager account:
 
   >>> uf = self.folder.acl_users
-  >>> uf._doAddUser('manager', 'r00t', ['Manager'], [])
+  >>> user = uf._doAddUser('manager', 'r00t', ['Manager'], [])
 
 We need to configure all of Five for the functional test:
 



More information about the checkins mailing list