##// END OF EJS Templates
Added os.sep in models for better win support...
Added os.sep in models for better win support fixed safe unicode function to not use str as param, and skip execution on unicode

File last commit:

r769:4bdcc08b beta
r1199:268fa0b6 beta
Show More
test_admin_ldap_settings.py
7 lines | 222 B | text/x-python | PythonLexer
/ rhodecode / tests / functional / test_admin_ldap_settings.py
from rhodecode.tests import *
class TestLdapSettingsController(TestController):
def test_index(self):
response = self.app.get(url(controller='admin/ldap_settings', action='index'))
# Test response...