[X2Go-Commits] [x2gobroker] 07/17: x2gobroker/tests/test_web_plain_base.py: Rename function, so we don't redefine an earlier test function.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 14 09:56:11 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit e6d161e244681f709042014a50d8c254b7879e02
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Sep 14 15:18:58 2018 +0200

    x2gobroker/tests/test_web_plain_base.py: Rename function, so we don't redefine an earlier test function.
---
 x2gobroker/tests/test_web_plain_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2gobroker/tests/test_web_plain_base.py b/x2gobroker/tests/test_web_plain_base.py
index c46e14d..0e6e255 100644
--- a/x2gobroker/tests/test_web_plain_base.py
+++ b/x2gobroker/tests/test_web_plain_base.py
@@ -85,7 +85,7 @@ auth-mech = testsuite
 
     ### TEST RESPONSE: simple authentication with accentuated chars in password (check_access)
 
-    def test_checkaccess(self):
+    def test_checkaccess_with_accentuated_chars(self):
         testApp = TestApp(application)
         r = testApp.get('/plain/base/', expect_errors=True)
         assert_equal(r.status, 404)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list