From 72879bdf03e5019f6d6c24cca615e177179cf2cb Mon Sep 17 00:00:00 2001 From: Bill Lynch Date: Tue, 19 Aug 2003 17:44:45 +0000 Subject: [PATCH] Added support for a messenger test suite. To write messenger-assuming tests, just use the MessengerXXXTest.java naming convention. From the build dir call 'ant test.messenger'. All host/port/user properties have default values in build.xml and you should edit the values in build.properties to match your environment. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2044 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.properties | 15 ++++++++++ build/build.xml | 64 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 build/build.properties diff --git a/build/build.properties b/build/build.properties new file mode 100644 index 000000000..ca1880e71 --- /dev/null +++ b/build/build.properties @@ -0,0 +1,15 @@ +# +# $RCSfile$ +# $Revision$ +# $Date$ +# + +# Test properties. Uncomment these to override default values declared +# in the build.xml file. + +# test.host= +# test.port= +# test.admin.username= +# test.admin.password= +# test.admin.resource= +# test.smack.debug= \ No newline at end of file diff --git a/build/build.xml b/build/build.xml index 7ea7a5cf3..448308d18 100644 --- a/build/build.xml +++ b/build/build.xml @@ -11,9 +11,21 @@ + + + + + + + + + + + + @@ -26,6 +38,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -142,12 +175,29 @@ + + + + + + + + + + + + + + + + + @@ -165,12 +215,22 @@ - + - + + + + + + + + + + +