[py-svn] r40753 - in py/trunk/py/test/rsession: . webdata

fijal at codespeak.net fijal at codespeak.net
Mon Mar 19 11:43:53 CET 2007


Author: fijal
Date: Mon Mar 19 11:43:49 2007
New Revision: 40753

Modified:
   py/trunk/py/test/rsession/webdata/source.js
   py/trunk/py/test/rsession/webjs.py
Log:
Make MAX_COUNTER small enough. It's an obscure hack, but at least works


Modified: py/trunk/py/test/rsession/webdata/source.js
==============================================================================
Binary files. No diff available.

Modified: py/trunk/py/test/rsession/webjs.py
==============================================================================
--- py/trunk/py/test/rsession/webjs.py	(original)
+++ py/trunk/py/test/rsession/webjs.py	Mon Mar 19 11:43:49 2007
@@ -25,7 +25,7 @@
 max_items = {}
 short_item_names = {}
 
-MAX_COUNTER = 50 # Maximal size of one-line table
+MAX_COUNTER = 30 # Maximal size of one-line table
 
 class Globals(object):
     def __init__(self):



More information about the pytest-commit mailing list