diff options
author | Emil Ivov <emcho@jitsi.org> | 2006-11-08 14:31:01 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2006-11-08 14:31:01 +0000 |
commit | 416076ff41d415599e3dfc95774748f578cfe092 (patch) | |
tree | 89558106d27db8b0bd94a0368af0bc416ec6e5e8 /lib/testing.properties | |
parent | 8309924a65a51573c84776cbd45c0ab9e16c708b (diff) | |
download | jitsi-416076ff41d415599e3dfc95774748f578cfe092.zip jitsi-416076ff41d415599e3dfc95774748f578cfe092.tar.gz jitsi-416076ff41d415599e3dfc95774748f578cfe092.tar.bz2 |
Reenabled disabled unit tests.
Diffstat (limited to 'lib/testing.properties')
-rw-r--r-- | lib/testing.properties | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/lib/testing.properties b/lib/testing.properties index 943a8a5..7b666a4 100644 --- a/lib/testing.properties +++ b/lib/testing.properties @@ -5,18 +5,15 @@ net.java.sip.communicator.slick.runner.TEST_LIST=ConfigurationServiceLick \ MetaContactListServiceLick \ SipProtocolProviderServiceLick \ - -# MediaServiceLick \ -# NetworkAddressManagerServiceLick \ -# FileAccessServiceLick \ -# HistoryServiceLick \ -# SlicklessTests \ - - -# IcqProtocolProviderSlick \ -# MsgHistoryServiceLick \ -# CallHistoryServiceLick \ -# JabberProtocolProviderSlick + MediaServiceLick \ + NetworkAddressManagerServiceLick \ + FileAccessServiceLick \ + HistoryServiceLick \ + SlicklessTests \ + MsgHistoryServiceLick \ + CallHistoryServiceLick \ + JabberProtocolProviderSlick \ + IcqProtocolProviderSlick # 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 |