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