Directory test/net/java/sip/communicator/slick/configuration/

Directory Created:
2005-11-02 17:40
Total Files:
4
Deleted Files:
0
Lines of Code:
1144

[root]/test/net/java/sip/communicator/slick/configuration

Lines of Code

test/net/java/sip/communicator/slick/configuration/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 1218 (100.0%) 42.0
emcho 17 (58.6%) 1149 (94.3%) 67.5
lubomir_m 8 (27.6%) 37 (3.0%) 4.6
wernerd 3 (10.3%) 26 (2.1%) 8.6
damencho 1 (3.4%) 6 (0.5%) 6.0

Most Recent Commits

emcho 2011-10-18 14:03

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

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: ConfigurationServiceLick.java (+1 -1), TestConfigurationService.java (+1 -1), TestConfigurationServicePersistency.java (+1 -1), TestConfigurationSlickFinalizer.java (+1 -1)
lubomir_m 2010-07-28 23:23

Implements XML element name encoding (http://www.w3.org/TR/xml/#NT-Name) in the XML backend of the ConfigurationService implementation in order to allow storing properties with names not limited to valid XML element names. The functionality is implemented in order to allow EntityCapsManager to store Jabber DiscoverInfo (when running the tests) but it turns out that the reconnect plugin also has started trying to store properties with names which are not valid XML element names (which is probably not in the tests, I don't know).

6 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: ConfigurationServiceLick.java (+6 -4), TestConfigurationServicePersistency.java (-1)
wernerd 2010-05-16 16:37

Cleanup some left-overs of PropertyChange event handling.

Modified some files to use SC ConfigPropertyVetoException (see also the
comment/modifications at revision 6978). The ConfigPropertyVetoException
extends RuntimeException, not Exception as the standard PropertyVetoException.

7 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationService.java (+7 -7)
wernerd 2010-04-09 16:11

Just fix a typo in ConfigPropertyVetoException

9 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationService.java (+9 -9)
wernerd 2010-04-09 16:11

Cleanup PropertyChangeEvent stuff

Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from
SC and removes ambiguities with respect to PropertyChangeEvent handling.
Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference
in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception
(intentionally) to simplify handling.

10 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationService.java (+10 -11)
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.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: ConfigurationServiceLick.java (+1 -1)
lubomir_m 2009-08-05 15:55

Take two at fixing the failing Jabber account uninstallation test this time pretty much forcing the XML store on the ConfigurationService implementation because the configuration tests write the configuration file in XML format on their own, without the ConfigurationService implementation.

10 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationSlickFinalizer.java (+10 -1)
lubomir_m 2009-08-04 22:20

Fixes the unit tests of the ConfigurationService broken by the previous commit.

18 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationService.java (+12 -11), TestConfigurationServicePersistency.java (+6 -4)
lubomir_m 2008-12-06 23:18

Fixes warnings.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationService.java (+1 -1)
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/configuration: TestConfigurationService.java (+1)
damencho 2007-12-04 15:48

Change configuration tests to see if configuration home directory name has changed through system property

6 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationServicePersistency.java (+6 -1)
emcho 2006-08-16 17:50

Code format

11 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: ConfigurationServiceLick.java (+2 -1), TestConfigurationService.java (+4 -6), TestConfigurationServicePersistency.java (+4 -4), TestConfigurationSlickFinalizer.java (+1 -1)
emcho 2006-08-03 15:56

Moved from src to test.

46 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationSlickFinalizer.java (new 46)
emcho 2006-07-15 21:23

Fixed javadoc conflicts

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationServicePersistency.java (+4)
emcho 2006-07-15 19:33

An insignificant modification meant to trigger a CC build.

0 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationServicePersistency.java (-1)
emcho 2006-07-15 18:48

Refactoring to allow the implementation frequent writes of the configuration file

19 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationServicePersistency.java (+19 -6)
emcho 2006-07-15 18:48

Added a finalizer test which would purge the configuration file at the end of testing so that it doesn't mess with next runs

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: ConfigurationServiceLick.java (+1)
emcho 2006-07-08 19:04

Added tests for the methods allowing retrieval of configuration directories.

70 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: TestConfigurationService.java (+70)
emcho 2005-11-02 17:40

Initial sip-communicator-1.0 commit

994 lines of code changed in:

  • test/net/java/sip/communicator/slick/configuration: ConfigurationServiceLick.java (new 55), TestConfigurationService.java (new 617), TestConfigurationServicePersistency.java (new 322)
Generated by StatSVN 0.3.1