diff options
author | Emil Ivov <emcho@jitsi.org> | 2006-10-23 16:22:27 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2006-10-23 16:22:27 +0000 |
commit | 9e5b60b9edefa33a8ece3d21c79dd5c6633f7909 (patch) | |
tree | e54ecf866a5df772092031fa3dc3da31943160f4 /lib/testing.properties | |
parent | 325dbdf60ed48f7ae66d6d9ef0a4d5eb5c40ce9e (diff) | |
download | jitsi-9e5b60b9edefa33a8ece3d21c79dd5c6633f7909.zip jitsi-9e5b60b9edefa33a8ece3d21c79dd5c6633f7909.tar.gz jitsi-9e5b60b9edefa33a8ece3d21c79dd5c6633f7909.tar.bz2 |
Working on the JMF implementation of the media service.
Diffstat (limited to 'lib/testing.properties')
-rw-r--r-- | lib/testing.properties | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/lib/testing.properties b/lib/testing.properties index 2ea5153..943a8a5 100644 --- a/lib/testing.properties +++ b/lib/testing.properties @@ -2,18 +2,21 @@ # 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 \ +net.java.sip.communicator.slick.runner.TEST_LIST=ConfigurationServiceLick \ MetaContactListServiceLick \ - IcqProtocolProviderSlick \ SipProtocolProviderServiceLick \ - MsgHistoryServiceLick \ - CallHistoryServiceLick \ - JabberProtocolProviderSlick + +# MediaServiceLick \ +# NetworkAddressManagerServiceLick \ +# FileAccessServiceLick \ +# HistoryServiceLick \ +# SlicklessTests \ + + +# IcqProtocolProviderSlick \ +# MsgHistoryServiceLick \ +# CallHistoryServiceLick \ +# JabberProtocolProviderSlick # 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 |