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

Directory Created:
2007-01-12 20:56
Total Files:
12
Deleted Files:
0
Lines of Code:
3860

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 82 (100.0%) 4514 (100.0%) 55.0
damencho 32 (39.0%) 4087 (90.5%) 127.7
vmartinet 11 (13.4%) 273 (6.0%) 24.8
lubomir_m 24 (29.3%) 96 (2.1%) 4.0
yanas 1 (1.2%) 42 (0.9%) 42.0
emcho 13 (15.9%) 13 (0.3%) 1.0
scmerger 1 (1.2%) 3 (0.1%) 3.0

Most Recent Commits

emcho 2011-10-18 14:03

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

12 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestAccountInstallation.java (+1 -1), TestAccountUninstallation.java (+1 -1), TestAccountUninstallationPersistence.java (+1 -1), TestOperationSetAdHocMultiUserChatYahooImpl.java (+1 -1), TestOperationSetBasicInstantMessaging.java (+1 -1), TestOperationSetFileTransferImpl.java (+1 -1), TestOperationSetPersistentPresence.java (+1 -1), TestOperationSetPresence.java (+1 -1), TestOperationSetTypingNotifications.java (+1 -1), TestProtocolProviderServiceYahooImpl.java (+1 -1), YahooProtocolProviderServiceLick.java (+1 -1), YahooSlickFixture.java (+1 -1)
vmartinet 2010-02-17 15:38

Moved Yahoo account 3 registration in ad-hoc MUC tests.
(However, they're not activated yet.)

30 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetAdHocMultiUserChatYahooImpl.java (+29 -10), TestOperationSetFileTransferImpl.java (-26), TestProtocolProviderServiceYahooImpl.java (-20), YahooProtocolProviderServiceLick.java (+1 -1)
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/yahoo: TestProtocolProviderServiceYahooImpl.java (+1 -83)
vmartinet 2010-01-26 19:04

Add unit tests for Yahoo! ad-hoc multi-user chat (but not enabled yet).

242 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestAccountInstallation.java (+6 -1), TestAccountUninstallation.java (+8 -2), TestOperationSetAdHocMultiUserChatYahooImpl.java (new 152), TestProtocolProviderServiceYahooImpl.java (+26 -1), YahooProtocolProviderServiceLick.java (+11 -1), YahooSlickFixture.java (+39 -204)
lubomir_m 2009-08-31 18:25

Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.

54 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestAccountInstallation.java (+8 -8), TestOperationSetBasicInstantMessaging.java (+1 -1), TestOperationSetPersistentPresence.java (+18 -18), TestOperationSetPresence.java (+16 -14), TestOperationSetTypingNotifications.java (+1 -1), TestProtocolProviderServiceYahooImpl.java (+1 -1), YahooProtocolProviderServiceLick.java (+1 -1), YahooSlickFixture.java (+8 -8)
damencho 2009-07-13 15:42

Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.

256 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetFileTransferImpl.java (new 254), YahooProtocolProviderServiceLick.java (+2)
scmerger 2009-06-26 17:30

Merge branch '1.0-local' into trunk-local

* 1.0-local:
Fixes issue #680 Problem with chat tabs for contact names with parentheses.
Reflect recent yahoo protocol changes.

3 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetTypingNotifications.java (+3)
lubomir_m 2009-06-10 11:42

Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.

0 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetPresence.java (-42)
lubomir_m 2009-02-10 14:09

Removes unused Logger instances (and thus resolves the warnings about them as well).

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestAccountInstallation.java (-3), TestAccountUninstallation.java (+1 -6)
lubomir_m 2008-12-09 23:45

Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).

24 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetBasicInstantMessaging.java (+2 -2), TestOperationSetPersistentPresence.java (+3 -3), TestOperationSetPresence.java (+2 -2), TestOperationSetTypingNotifications.java (+2 -2), TestProtocolProviderServiceYahooImpl.java (+10 -11), YahooSlickFixture.java (+5 -3)
lubomir_m 2008-11-20 11:41

Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetPresence.java (+1 -1)
lubomir_m 2008-09-23 03:22

Attempts the fix the tests broken when the loading of the stored accounts was moved into a background thread.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestAccountUninstallation.java (+2 -1), TestAccountUninstallationPersistence.java (+2 -1)
lubomir_m 2008-08-30 22:23

Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetPresence.java (+4 -4)
lubomir_m 2008-08-29 02:42

Tries to fix the tests which didn't take the encoding into account and started failing after the OperationSetBasicInstantMessaging started looking at the encodings.

5 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetBasicInstantMessaging.java (+5 -2)
lubomir_m 2008-08-29 01:53

Attempts to fix the problem of writingcyrillic text (it's just an example but it should happen with other encodings as well) and sending ??? instead and receiving cyrillic text which should be displayed correctly but is instead displayed as ???.

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetBasicInstantMessaging.java (+2 -4)
lubomir_m 2008-08-25 17:58

Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: YahooSlickFixture.java (+1 -1)
emcho 2008-08-18 23:36

Implemented support for XEP-0085 - Typing notifications with jabber.
Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetTypingNotifications.java (+1 -1)
yanas 2008-03-14 16:51

- setEditableUserName, isEditableUserName methods added to enable protocols to specify if the user name is editable through login.
- Fix client behavior when logging with wrong password or when trying to log in and there's no network connection. Enhancements of the Login window.

42 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestProtocolProviderServiceYahooImpl.java (+42)
damencho 2007-11-30 23:25

temporaly remove status message for the first status change , to see will the build failed again

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetPresence.java (+2 -1)
damencho 2007-11-12 12:03

fix yahoo statuses

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/yahoo: TestOperationSetPresence.java (+2 -2)

(17 more)

Generated by StatSVN 0.3.1