From d037eaab44e31f74b9a5743d8d4a26c5b392dbc4 Mon Sep 17 00:00:00 2001 From: BuhtigithuB Date: Wed, 16 Mar 2016 16:58:24 -0400 Subject: [PATCH] Delete obsolete comment left behind Comment at L111 : # COMMENTED BECAUSE FAILS BUT WHY? Seems left behind and not useful anymore --- gluon/tests/test_web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gluon/tests/test_web.py b/gluon/tests/test_web.py index 97ccc542..0e6718cf 100644 --- a/gluon/tests/test_web.py +++ b/gluon/tests/test_web.py @@ -108,7 +108,6 @@ class TestWeb(LiveTest): # check registration and login were successful client.get('index') - # COMMENTED BECAUSE FAILS BUT WHY? self.assertTrue('Welcome Homer' in client.text) client = WebClient('http://127.0.0.1:8000/admin/default/')