aboutsummaryrefslogtreecommitdiffstats
path: root/lib/testing.properties
diff options
context:
space:
mode:
authorBrian Burch <burchb@java.net>2008-10-25 17:50:32 +0000
committerBrian Burch <burchb@java.net>2008-10-25 17:50:32 +0000
commitcf0e846468182c2e33080099ddfde1dfe5fb483d (patch)
tree06edc0b5b23d3b357b62bcc541c8ba5e7ba29840 /lib/testing.properties
parente5031cd3b1f461cd1d0d35801915b3a96b95b669 (diff)
downloadjitsi-cf0e846468182c2e33080099ddfde1dfe5fb483d.zip
jitsi-cf0e846468182c2e33080099ddfde1dfe5fb483d.tar.gz
jitsi-cf0e846468182c2e33080099ddfde1dfe5fb483d.tar.bz2
revert to global testing.properties scheme
Diffstat (limited to 'lib/testing.properties')
-rw-r--r--lib/testing.properties55
1 files changed, 55 insertions, 0 deletions
diff --git a/lib/testing.properties b/lib/testing.properties
new file mode 100644
index 0000000..8618cb0
--- /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