diff -r dda94db1149a -r 61fd17f9ab78 src/cm/tests/test_comment_positioning.py --- 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: