##// END OF EJS Templates
fixed copyright year to 2011
fixed copyright year to 2011

File last commit:

r769:4bdcc08b beta
r902:07a6e8c6 beta
Show More
test_admin_ldap_settings.py
7 lines | 222 B | text/x-python | PythonLexer
/ rhodecode / tests / functional / test_admin_ldap_settings.py
fixes #77 moved out ldap config to it's own section
r769 from rhodecode.tests import *
class TestLdapSettingsController(TestController):
def test_index(self):
response = self.app.get(url(controller='admin/ldap_settings', action='index'))
# Test response...