Skip to content
Snippets Groups Projects
Commit 09c64f0a authored by Jan Mach's avatar Jan Mach
Browse files

Fixed broken unit tests.

(Redmine issue: #3387,#7106)
parent bfe7d37d
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ class AuthDevTestCase(TestRunnerMixin, RegistrationHawatTestCase): ...@@ -125,7 +125,7 @@ class AuthDevTestCase(TestRunnerMixin, RegistrationHawatTestCase):
'After successfull activation you will be able to login and start using the\n' 'After successfull activation you will be able to login and start using the\n'
'system:\n' 'system:\n'
'\n' '\n'
'\thttp://localhost/auth_pwd/login\n' '\thttp://localhost/auth/login\n'
'\n' '\n'
'Have a nice day\n' 'Have a nice day\n'
'\n' '\n'
......
...@@ -146,7 +146,7 @@ class AuthEnvTestCase(TestRunnerMixin, RegistrationHawatTestCase): ...@@ -146,7 +146,7 @@ class AuthEnvTestCase(TestRunnerMixin, RegistrationHawatTestCase):
'After successfull activation you will be able to login and start using the\n' 'After successfull activation you will be able to login and start using the\n'
'system:\n' 'system:\n'
'\n' '\n'
'\thttp://localhost/auth_pwd/login\n' '\thttp://localhost/auth/login\n'
'\n' '\n'
'Have a nice day\n' 'Have a nice day\n'
'\n' '\n'
......
...@@ -142,7 +142,7 @@ class AuthPwdTestCase(TestRunnerMixin, RegistrationHawatTestCase): ...@@ -142,7 +142,7 @@ class AuthPwdTestCase(TestRunnerMixin, RegistrationHawatTestCase):
'After successfull activation you will be able to login and start using the\n' 'After successfull activation you will be able to login and start using the\n'
'system:\n' 'system:\n'
'\n' '\n'
'\thttp://localhost/auth_pwd/login\n' '\thttp://localhost/auth/login\n'
'\n' '\n'
'Have a nice day\n' 'Have a nice day\n'
'\n' '\n'
......
...@@ -20,4 +20,4 @@ open-source project. ...@@ -20,4 +20,4 @@ open-source project.
__author__ = "Jan Mach <jan.mach@cesnet.cz>" __author__ = "Jan Mach <jan.mach@cesnet.cz>"
__credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>"
__version__ = "2.7.22" __version__ = "2.7.23"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment