[Checkins] SVN: five.formlib/trunk/src/five/formlib/tests/form More accurate variable name.

Eric Steele ems174 at psu.edu
Thu Feb 3 09:55:26 EST 2011


Log message for revision 120086:
  More accurate variable name.

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

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



More information about the checkins mailing list