mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
15.55.2007 36ab978c97855c1e691b167bcd89dfb3be9525e5
refs
author kenneth_suter <kenneth_suter@localhost>
Friday, June 15, 2007 23:55 +0200
committer kenneth_suter <kenneth_suter@localhost>
Friday, June 15, 2007 23:55 +0200
commit36ab978c97855c1e691b167bcd89dfb3be9525e5
tree feb9e97c06a82a94c33d90851f9ad617e42b381c tree | zip | gz
parent 21d00842a397e9255ebfd168769579f5f344263d view | diff
- Add a few more unit tests for important classes.  This also includes some plumbing for getting the quicksetup tests' workspace server configured enough so that it is startable and stoppable  for testing.

- Consolidated some duplicated code that was formerly scattered around in various classes into the classes for which we have test cases.

- Fixes bug determining outside log and db paths which were previously always assumed to be relative paths (see issue 1798).

- Disables Logger output to the console for the 'status' CLI since newly added debug log messages were showing up there.

- Fixed a resource not found exception that happened when the uninstaller tried to delete a file that didn't exist.
2 files added
20 files modified
1050 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Configuration.java 102 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java 331 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Installation.java 27 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetupLog.java 11 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Status.java 39 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 2 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/ConfirmUninstallPanel.java 24 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java 53 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 9 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java 56 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 5 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 82 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/StatusPanelController.java 6 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ui/LoginDialog.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/ConfigurationTest.java 103 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/InstallationTest.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java 12 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/Utils.java 77 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java 81 ●●●●● diff | view | raw | blame | history