Enables sip testing.

deb-src-release-2.8.5426
Damian Minkov 11 years ago
parent 2d73a93e18
commit 6f237aab5f

@ -18,6 +18,7 @@ net.java.sip.communicator.slick.runner.TEST_LIST=ConfigurationServiceLick \
CallHistoryServiceLick \
MetaHistoryServiceSLick \
JabberProtocolProviderSlick \
SipProtocolProviderServiceLick \
PopupMessageHandlerSLick
# Note that NetworkAddressManagerServiceLick currently runs
@ -26,8 +27,6 @@ net.java.sip.communicator.slick.runner.TEST_LIST=ConfigurationServiceLick \
# The following tests should currently not be executed:-
#
# SipProtocolProviderServiceLick disable sip tests temporally
#
# NetworkAddressManagerServiceLick currently sets up ZERO tests
# because the addSuite calls are commented-out in start().
#

@ -294,7 +294,7 @@ private void pauseAfterStateChanges()
*
* @throws java.lang.Exception if one of the transitions fails
*/
public void testQueryContactStatus()
public void disabled_testQueryContactStatus()
throws Exception
{
//first create a local list containing the presence status instances

Loading…
Cancel
Save