diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-09-26 19:48:23 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-09-26 19:48:23 +0000 |
commit | 6dfb7e27c1234252efaa18f4b061def0a71ba141 (patch) | |
tree | 26baf751b8908f0b116c1605816ba8eded39d3d6 /lib/testing.properties | |
parent | 29762729d36b05c192c41a85ae0f20a63511ff00 (diff) | |
download | jitsi-6dfb7e27c1234252efaa18f4b061def0a71ba141.zip jitsi-6dfb7e27c1234252efaa18f4b061def0a71ba141.tar.gz jitsi-6dfb7e27c1234252efaa18f4b061def0a71ba141.tar.bz2 |
<No Comment Entered>
Diffstat (limited to 'lib/testing.properties')
-rw-r--r-- | lib/testing.properties | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/lib/testing.properties b/lib/testing.properties index 74a0b96..52e2e02 100644 --- a/lib/testing.properties +++ b/lib/testing.properties @@ -2,16 +2,20 @@ # 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=ConfigurationServiceLick \ +# MediaServiceLick \ +# NetworkAddressManagerServiceLick \ +# FileAccessServiceLick \ +# HistoryServiceLick \ +# SlicklessTests \ +# MetaContactListServiceLick \ +# IcqProtocolProviderSlick \ +# SipProtocolProviderServiceLick \ +# MsgHistoryServiceLick + +test.list=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 |