added joscar and joustsim for icq support. added retroweaver needed by joscar. added xalan for building html test reports

cusax-fix
Emil Ivov 20 years ago
parent ebe890c9e7
commit 18d8cda1af

@ -9,15 +9,27 @@
# @author Emil Ivov
# The ICQ UIN (number) for the ICQ implementation that is going to be tested.
# An ICQ UIN (number) for the ICQ implementation that is going to be tested.
# !!!EXTREMELY IMPORTANT!!! The contact list of this account will be COMPLETELY
# and IRREVERSIBLY ERASED
accounts.icq.TESTED_IMPL_ACCOUNT_ID=
# The Password for the UIN specifined in accounts.icq.TESTED_IMPL_ACCOUNT_ID.
accounts.icq.TESTED_IMPL_PWD=
# The ICQ UIN (number) for the ICQ SLICK itself, so that it would be able to
# An ICQ UIN (number) for the ICQ SLICK itself, so that it would be able to
# sign on icq and also communicated with the tested implementation.
accounts.icq.TESTING_IMPL_ACCOUNT_ID=
# The Password for the UIN specifined in accounts.icq.TESTING_IMPL_ACCOUNT_ID.
accounts.icq.TESTING_IMPL_PWD=
# The following describes the contact list that we will store on the AIM server
# for the tested account implementation. The value of the CONTACT_LIST property
# must be a space separated string containing elements each of which is in the
# format: GroupName.UIN
#
#
# VERY IMPORTANT!!! All other users in this contact list will be removed and
# the contacts and contact groups enumerated beneath will be added instead
accounts.icq.CONTACT_LIST=

Binary file not shown.

@ -39,7 +39,7 @@ java.util.logging.FileHandler.limit = 50000
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
# Limit the message that are printed on the console to FINE and above.
# Limit the message that are printed on the console to FINEST and above (all).
java.util.logging.ConsoleHandler.level = FINEST
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
@ -49,6 +49,14 @@ java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLo
# Provides extra control for each logger.
############################################################
# 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.service.protocol.level = FINEST
net.java.sip.communicatserverStoredGroupListenersor.impl.protocol.level = FINEST
net.java.sip.communicator.slick.protocol.level = FINEST
# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
com.xyz.foo.level = SEVERE

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,12 @@
# 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.
test.list=ConfigurationServiceLick \
MediaServiceLick \
NetworkAddressManagerServiceLick \
FileAccessServiceLick \
HistoryServiceLick \
SlicklessTests \
IcqProtocolProviderSlick

Binary file not shown.
Loading…
Cancel
Save