From 7d03f2fce270dfdc60e162d35c50be885f9b571c Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 16 Mar 2007 18:02:07 +0000
Subject: [PATCH] 1. fixed typo in send-mail target
---
opendj-sdk/opends/tests/functional-tests/staf-installer.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/staf-installer.xml b/opendj-sdk/opends/tests/functional-tests/staf-installer.xml
index ef19558..1354c05 100644
--- a/opendj-sdk/opends/tests/functional-tests/staf-installer.xml
+++ b/opendj-sdk/opends/tests/functional-tests/staf-installer.xml
@@ -623,7 +623,7 @@
<antcall target="send-mail"/>
</target>
- <target name="send-email" if="email.send">
+ <target name="send-mail" if="email.send">
<condition property="email.send.auth">
<length string="${email.server.user}" when="greater" length="0"/>
</condition>
--
Gitblit v1.10.0