diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index 58294746..81471f6b 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -277,14 +277,18 @@ + - ${file} does not exist + ${file} does not exist.${msg} + + + - Expected [${expected}] but got [${value}] + Expected [${expected}] but got [${value}].${msg} diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index feb62cb4..bb7604e4 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -25,6 +25,9 @@ + + Add optional msg attribute to assertFileExists and assertEquals tags + Don't uninstall incorrect plugins when running plugin:download