From 55b4a1e3b36b7d3fa6474f2f90b8bd1e87f1b483 Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 24 Nov 2003 20:46:56 +0000 Subject: [PATCH] Added assert:assertEquals tag to verify if two values are equal while testing a plugin. We probably need to use the jelly junit taglib soon or create a new one... git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114401 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 5 +++++ plugin/xdocs/changes.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index 18093259..280661ab 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -257,6 +257,11 @@ ${file} does not exist + + + Expected [${expected}] but got [${value}] + + diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 882aca6d..b9118348 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -7,6 +7,10 @@ + + Added assert:assertEquals tag to verify if two values are equal + while testing a plugin. + Added assert:assertFileExists tag to verify if a file exists while testing a plugin.