changeset 5982:f55891e42e0e

tests: check Released lock message test_push_unlocks_repository_git An assert has been commented out since the beginning of Kallithea. Now enable it again.
author domruf <dominikruf@gmail.com>
date Tue, 14 Jun 2016 19:33:42 +0200
parents 3fff45b4c8ed
children a69bcf8b28b3
files kallithea/tests/other/manual_test_vcs_operations.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/other/manual_test_vcs_operations.py	Thu Jun 16 23:33:36 2016 +0200
+++ b/kallithea/tests/other/manual_test_vcs_operations.py	Tue Jun 14 19:33:42 2016 +0200
@@ -494,7 +494,7 @@
         stdout, stderr = _add_files_and_push('git', DEST)
         _check_proper_git_push(stdout, stderr)
 
-        #assert ('remote: Released lock on repo `%s`' % GIT_REPO) in stdout
+        assert ('remote: Released lock on repo `%s`' % GIT_REPO) in stderr
         #we need to cleanup the Session Here !
         Session.remove()
         r = Repository.get_by_repo_name(GIT_REPO)