comparison rhodecode/tests/functional/test_home.py @ 2973:9937afa7f093 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 29 Oct 2012 21:27:05 +0100
parents dbb311201ce3
children 87258a137018
comparison
equal deleted inserted replaced
2972:8f5e2206e326 2973:9937afa7f093
74 try: 74 try:
75 response = self.app.get(url(controller='home', action='index')) 75 response = self.app.get(url(controller='home', action='index'))
76 response.mustcontain("""var data = {"totalRecords": %s""" % len(Repository.getAll())) 76 response.mustcontain("""var data = {"totalRecords": %s""" % len(Repository.getAll()))
77 finally: 77 finally:
78 set_l_dash(False) 78 set_l_dash(False)
79