From 8574f04522252d52b5a99e05aa2004c978bc08e2 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 29 Aug 2012 17:59:44 -0500 Subject: [PATCH] updated gluon/tests/__init__.py, thanks Jonathan --- VERSION | 2 +- gluon/tests/__init__.py | 2 ++ gluon/tests/test_web.py | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) 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')