blob: 85f7554cda0f8dda867b58791db57b76a2bcc1e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# This file contains a list of properties that initialize the sip-communicator
# environment when running automated testing.
# A list of all tests that should be run by the test target of the project.
net.java.sip.communicator.slick.runner.TEST_LIST=ConfigurationServiceLick \
MetaContactListServiceLick \
SipProtocolProviderServiceLick \
NetworkAddressManagerServiceLick \
FileAccessServiceLick \
HistoryServiceLick \
SlicklessTests \
MsgHistoryServiceLick \
CallHistoryServiceLick \
JabberProtocolProviderSlick \
IcqProtocolProviderSlick \
MsnProtocolProviderSlick \
YahooProtocolProviderSlick
# MediaServiceLick \
# Set the name of the meta contact list file to use during testing so that
# we do not meddle with the file we're using while running the application
# in client mode.
net.java.sip.communicator.CONTACTLIST_FILE_NAME=testing.contactlist.xml
# Set the name of the configuration file to use during testing so that
# we do not meddle with the file we're using while running the application
# in client mode.
net.java.sip.communicator.CONFIGURATION_FILE_NAME=testing.sip-communicator.xml
|