diff --git a/VERSION b/VERSION index fa29024d..b9c4af54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.1 (2012-08-29 17:44:04) rc4 +Version 2.00.1 (2012-08-29 17:59:41) rc4 diff --git a/gluon/tests/__init__.py b/gluon/tests/__init__.py index 63f85d7c..5fd6813a 100644 --- a/gluon/tests/__init__.py +++ b/gluon/tests/__init__.py @@ -8,3 +8,5 @@ from test_routes import * from test_storage import * from test_template import * from test_utils import * +from test_contribs import * +# from test_web import * diff --git a/gluon/tests/test_web.py b/gluon/tests/test_web.py index 94a2b31d..d85943ff 100644 --- a/gluon/tests/test_web.py +++ b/gluon/tests/test_web.py @@ -38,4 +38,3 @@ class TestWeb(unittest.TestCase): # check we are always in the same session self.assertEqual(session_id_welcome, session.cookies['session_id_welcome']) - self.assertEqual('a','b')