fix some commits by mistake

cusax-fix
Damian Minkov 20 years ago
parent 6dfb7e27c1
commit 7635897527

@ -105,15 +105,19 @@ accounts.jabber.account1.USER_ID=
accounts.jabber.account1.PASSWORD=
# The server to be used from account 1
accounts.jabber.account1.SERVER_ADDRESS=
# The server port to be used from account 1
accounts.jabber.account1.SERVER_PORT=
# The address of the second tested account
accounts.jabber.account2.USER_ID=
# The password of the second tested account
accounts.jabber.account2.PASSWORD=
# The server to be used from account 2
accounts.jabber.account2.SERVER_ADDRESS=
# The server port to be used from account 2
accounts.jabber.account2.SERVER_PORT=
# The contact list that will be created and will be tested is it created OK.
# The value of the CONTACT_LIST property
# must be a space separated string containing elements each of which is in the
# format: GroupName.ADDRESS
accounts.jabber.CONTACT_LIST=test-group.damencho@gmail.com test-group.damenchodev2@gmail.com
accounts.reporting.JABBER_REPORT_LIST=damencho@gmail.com
accounts.jabber.CONTACT_LIST=
accounts.reporting.JABBER_REPORT_LIST=

@ -52,7 +52,6 @@ java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLo
# We don't want trace logs from joscar and joustsim
net.kano.level = INFO
# But we want everything coming from the sip-comm
net.java.sip.communicator.impl.level = FINEST
net.java.sip.communicator.impl.contactlist.level = FINEST
net.java.sip.communicator.slick.level = FINEST

@ -2,20 +2,16 @@
# environment when running automated testing.
# A list of all tests that should be run by the test target of the project.
#test.list=ConfigurationServiceLick \
# MediaServiceLick \
# NetworkAddressManagerServiceLick \
# FileAccessServiceLick \
# HistoryServiceLick \
# SlicklessTests \
# MetaContactListServiceLick \
# IcqProtocolProviderSlick \
# SipProtocolProviderServiceLick \
# MsgHistoryServiceLick
test.list=JabberProtocolProviderSlick
test.list=ConfigurationServiceLick \
MediaServiceLick \
NetworkAddressManagerServiceLick \
FileAccessServiceLick \
HistoryServiceLick \
SlicklessTests \
MetaContactListServiceLick \
IcqProtocolProviderSlick \
SipProtocolProviderServiceLick \
MsgHistoryServiceLick
# 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

Loading…
Cancel
Save