diff options
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index f9ea102..26e0488 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -602,7 +602,7 @@ assert(len(discussion.attributes['notes']) == 1) # basic testing: only make sure that the methods exist mr.commits() mr.changes() -#mr.participants() # not yet available +mr.participants() # not yet available mr.merge() admin_project.branches.delete('branch1') |