From cf0e846468182c2e33080099ddfde1dfe5fb483d Mon Sep 17 00:00:00 2001 From: Brian Burch Date: Sat, 25 Oct 2008 17:50:32 +0000 Subject: [PATCH] revert to global testing.properties scheme --- lib/testing.properties | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lib/testing.properties diff --git a/lib/testing.properties b/lib/testing.properties new file mode 100644 index 000000000..8618cb082 --- /dev/null +++ b/lib/testing.properties @@ -0,0 +1,55 @@ +# This file contains the recommended set of properties to initialize +# the sip-communicator environment when running any of the automated +# testing targets. + +# you should copy this template to a new file called ./lib/testing.properties +# and then you can safely make changes to this personal copy. The build.xml +# testing targets expect you to provide this personal file. + +# list all the tests that should be run by the test target of the project. +# n.b. if you do not want to run them all for some reason, be careful +# how you mark your continuations and comments! +# +net.java.sip.communicator.slick.runner.TEST_LIST=ConfigurationServiceLick \ + MetaContactListServiceLick \ + NetworkAddressManagerServiceLick \ + FileAccessServiceLick \ + HistoryServiceLick \ + SlicklessTests \ + MsgHistoryServiceLick \ + CallHistoryServiceLick \ + JabberProtocolProviderSlick \ + YahooProtocolProviderSlick \ + MsnProtocolProviderSlick \ + GibberishProtocolProviderServiceLick \ + RssProtocolProviderServiceLick + + +# Note that NetworkAddressManagerServiceLick currently runs +# successfully because it sets up ZERO tests - the +# addSuite calls are commented-out in start(). + + +# The following tests should currently not be executed:- +# +# NetworkAddressManagerServiceLick currently sets up ZERO tests +# because the addSuite calls are commented-out in start(). +# +# MediaServiceLick because one of the 2 tests fails. +# +# SipProtocolProviderServiceLick because fourteen of 25 tests fail. +# +# GenericProtocolProviderServiceLick because it does not add any tests. +# +# IcqProtocolProviderSlick because 2 of its 25 tests fail. + + +# Set a different name for the meta contact list file that will be used +# during testing so the "live" client file does not get changed. +# +net.java.sip.communicator.CONTACTLIST_FILE_NAME=testing.contactlist.xml + +# Set a different name of the configuration file that will be used +# during testing so the "live" client file does not get changed. +# +net.java.sip.communicator.CONFIGURATION_FILE_NAME=testing.sip-communicator.xml