[Checkins] SVN: Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py - fix failing test

Jens Vagelpohl jens at dataflake.org
Mon Nov 16 09:15:44 EST 2009


Log message for revision 105716:
  - fix failing test

Changed:
  U   Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py

-=-
Modified: Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2009-11-16 14:12:07 UTC (rev 105715)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2009-11-16 14:15:43 UTC (rev 105716)
@@ -42,7 +42,7 @@
     _STRING_VALUE = 'string'
     _INT_VALUE = 42
     _FLOAT_VALUE = 9.8
-    _LONG_VALUE = 1000000000000
+    _LONG_VALUE = 10000000000000000000
     _DATE_VALUE = DateTime()
     _LIST_VALUE = [ 'a', 'b', 'c' ]
     _TUPLE_VALUE = ( 'd', 'e', 'f' )



More information about the checkins mailing list