src/cm/tests/test_comment_positioning.py
changeset 103 61fd17f9ab78
parent 0 40c8f766c9b8
child 278 3d25afbd78ff
--- a/src/cm/tests/test_comment_positioning.py	Wed Jan 13 18:15:21 2010 +0100
+++ b/src/cm/tests/test_comment_positioning.py	Wed Jan 20 20:43:38 2010 +0100
@@ -45,7 +45,7 @@
             comment = create_comment(x, y, z, k)
             res[comment.id] = new  
         
-        version.edit("text", "html", new_content, keep_comments = True)
+        version.edit("text", "html", new_content, keep_comments = True, cancel_modified_scopes=False)
 
         for id, new in res.items():
             if not new: