You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/lib/testing.properties

72 lines
2.6 KiB

# This file contains the recommended set of properties to initialize
# the sip-communicator unit testing environment.
# define all the tests to be run by the test target of the project.
#
# n.b. if you do not want to run some of them and edit this list, be careful
# NOT to commit your changed file to the project repository!
#
# n.b. a multi-line continuation is marked with {white-space + back-slash + newline}.
# Comments cannot be embedded in a multi-line value list!
#
net.java.sip.communicator.slick.runner.TEST_LIST=MetaHistoryServiceSLick
#ConfigurationServiceLick \
# MetaContactListServiceLick \
# NetworkAddressManagerServiceLick \
# FileAccessServiceLick \
# HistoryServiceLick \
# SlicklessTests \
# MsgHistoryServiceLick \
# CallHistoryServiceLick \
# JabberProtocolProviderSlick \
# YahooProtocolProviderSlick \
# MsnProtocolProviderSlick \
# GibberishProtocolProviderServiceLick \
# RssProtocolProviderServiceLick \
# PopupMessageHandlerSLick
# 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.
# define all the test classes that can be run standalone, or by the
# SlicklessTests bundle under felix.
#
# n.b. you must code fully qualified names for the classes (unlike TEST_LIST above).
#
# n.b. if you do not want to run some of them and edit this list, be careful
# NOT to commit your changed file to the project repository!
#
# n.b. a multi-line continuation is marked with {white-space + back-slash + newline}.
# Comments cannot be embedded in a multi-line value list!
#
net.java.sip.communicator.slick.runner.SLICKLESS_TEST_LIST= \
net.java.sip.communicator.slick.slickless.util.TestBase64 \
net.java.sip.communicator.slick.slickless.util.xml.TestXMLUtils
# 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