test code coverage progress

This commit is contained in:
Gervais Naoussi
2015-12-08 18:40:33 +01:00
parent 086e98aa98
commit 8390365f46
3 changed files with 38 additions and 2 deletions

View File

@@ -48,8 +48,7 @@ class DocumentPageShowDiff(models.TransientModel):
diff = history.getDiff(ids[0], nids.id)
else:
raise exceptions.Warning(
_("You need to select minimum one or maximum "
"two history revisions!")
_("You need to select minimum one or maximum two history revisions!")
)
return diff