Directory test/net/java/sip/communicator/slick/protocol/jabber/

Directory Created:
2006-09-21 12:02
Total Files:
15
Deleted Files:
0
Lines of Code:
8378

[root]/test/net/java/sip/communicator/slick/protocol/jabber

Lines of Code

test/net/java/sip/communicator/slick/protocol/jabber/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 129 (100.0%) 10881 (100.0%) 84.3
damencho 33 (25.6%) 4574 (42.0%) 138.6
sympho 13 (10.1%) 2618 (24.1%) 201.3
lubomir_m 31 (24.0%) 1191 (10.9%) 38.4
vmartinet 11 (8.5%) 1139 (10.5%) 103.5
emcho 30 (23.3%) 830 (7.6%) 27.6
wernerd 2 (1.6%) 276 (2.5%) 138.0
vincent_lucas 3 (2.3%) 175 (1.6%) 58.3
yanas 4 (3.1%) 69 (0.6%) 17.2
s_vincent 1 (0.8%) 8 (0.1%) 8.0
ibauersachs 1 (0.8%) 1 (0.0%) 1.0

Most Recent Commits

vincent_lucas 2012-03-23 11:30

Adds a break (wait for 1000 ms) to correct first test of
TestOperationSetMultiUserChat2.testInitialParticipantsRoles():

"Unexpected role for user1 excepted:<MODERATOR> but was:<GUEST>".


This test fails when the smack library takes too much time to call the
RoomListenerMultiplexor. When receiving a presence packet, the PacketReader
calls many listener:

- If the RoomListenerMultiplexor is on top of the Connection.recvListeners map,
then the test was successful.

- Otherwise the test was failing.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+1)
vincent_lucas 2012-03-21 11:47

Corrects tests concerning OperationSetPresence:

1) Synchronizes SubscriptionEventCollector to deal with concurrent read/write
access.

2) Creates a differentiation between the different events collected by the
SubscriptionEventCollector.

167 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetPresence.java (+167 -118)
vincent_lucas 2012-03-15 20:11

Try to correct jabber slick TestOperationSetPresence.postTestSubscribe().

7 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetPresence.java (+7 -3)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

14 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: JabberProtocolProviderServiceLick.java (+1 -1), JabberSlickFixture.java (+1 -1), TestAccountInstallation.java (+1 -1), TestAccountUninstallation.java (+1 -1), TestAccountUninstallationPersistence.java (+1 -1), TestOperationSetBasicInstantMessaging.java (+1 -1), TestOperationSetBasicTelephonyJabberImpl.java (+1 -1), TestOperationSetFileTransferImpl.java (+1 -1), TestOperationSetMultiUserChat.java (+1 -1), TestOperationSetMultiUserChat2.java (+1 -1), TestOperationSetPersistentPresence.java (+1 -1), TestOperationSetPresence.java (+1 -1), TestOperationSetTypingNotifications.java (+1 -1), TestProtocolProviderServiceJabberImpl.java (+1 -1)
ibauersachs 2011-08-09 14:47

Ignore manual entered SIP proxy data when autodetect is selected
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestAccountInstallation.java (+1 -1)
damencho 2011-06-07 13:52

Some debug for failing jabber tests.

26 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+26 -8)
damencho 2011-04-08 13:14

Fixing random jabber test fails.

92 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+92 -13)
yanas 2010-09-29 12:53

Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.

22 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestAccountInstallation.java (+22 -11)
s_vincent 2010-09-11 11:50

Add javadoc, fix warnings and typos.

8 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetBasicTelephonyJabberImpl.java (+8 -8)
damencho 2010-08-16 13:51

Merge latest patch sent to dev mailinglist with subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk.
Add presence rules, fix tests and some resources. Start work on populating already existing contacts.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+1 -1)
damencho 2010-07-27 23:10

Fixing role behavior and role change reporting, as previous role info is missing when role change occurs.

8 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+8 -2)
damencho 2010-04-07 14:10

Dispatch system messages coming in jabber chat rooms. Message history ignore non conversations in multi-chats. Jabber multi chat tests ignore auto generated room system messages.
Make tcp default for iptel account wizards.

31 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+31 -6)
damencho 2010-04-01 10:26

Implement Always trust mode for verifying certificates, and enable the mode for tests.

12 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestAccountInstallation.java (+12)
vmartinet 2010-02-12 21:54

Moved AuthHandler into dedicated class (code redundancy--).
Added AuthHandler for account subscription in MSN tests.

0 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetFileTransferImpl.java (-26)
vmartinet 2010-02-11 20:17

- Avoid code redundancy by moving SecurityAuthorityImpl
to an unique class.
- Connect the third MSN testing account when needed.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestProtocolProviderServiceJabberImpl.java (+1 -84)
vmartinet 2010-01-27 20:42

- Moved setUserRole() to setLocalUserRole()
- Updated room member roles (distinct from "affiliation")
- Enabled unit test for Jabber chatrooms *roles*

165 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+165 -124)
vmartinet 2010-01-26 18:15

Added unit tests for MSN ad-hoc multi-user chat.
Added unit tests for Jabber roles in multi-user chat (but not enabled yet).

960 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: JabberProtocolProviderServiceLick.java (+8), JabberSlickFixture.java (+115 -87), TestAccountInstallation.java (+6 -1), TestAccountUninstallation.java (+6 -1), TestOperationSetMultiUserChat2.java (+791 -9), TestProtocolProviderServiceJabberImpl.java (+34 -4)
vmartinet 2010-01-18 18:29

- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
(Contact are never used, only their address/ID. +More convenient for unit tests)

- Removed tabs (reported by Yana)

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+2 -2)
vmartinet 2010-01-12 18:28

Compare invitees bare adress in testInviteJoin & testInviteReject using StringUtils.parseBareAdress.
Both of these tests failed when trying to compare "foo@bar/sip-comm" with "foo@bar"

11 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat2.java (+11 -4)
lubomir_m 2009-10-16 01:53

Fixes warnings

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/jabber: TestOperationSetMultiUserChat.java (+2 -8)

(56 more)

Generated by StatSVN 0.3.1