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

kenneth_suter
15.55.2007 883c4b7810dcabba4ebe2924ca0757485f5312da
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
commit883c4b7810dcabba4ebe2924ca0757485f5312da
tree 045ad8961d96f3bd4b4761038964dc2214bcf1c2 tree | zip | gz
parent 16988410ae02c3f1638fc1e75f4106019103e54e 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
opends/src/quicksetup/org/opends/quicksetup/Configuration.java 102 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java 331 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java 27 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/QuickSetupLog.java 11 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Status.java 39 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 2 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/ConfirmUninstallPanel.java 24 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java 53 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 9 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java 56 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 82 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java 9 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusCli.java 10 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusPanelController.java 6 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ui/LoginDialog.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/ConfigurationTest.java 103 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/InstallationTest.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java 12 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/Utils.java 77 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java 81 ●●●●● diff | view | raw | blame | history