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

matthew_swift
28.23.2007 d30d857423de7afd4c96919232af420739cede6f
refs
author matthew_swift <matthew_swift@localhost>
Friday, September 28, 2007 20:23 +0200
committer matthew_swift <matthew_swift@localhost>
Friday, September 28, 2007 20:23 +0200
commitd30d857423de7afd4c96919232af420739cede6f
tree 177d34edbefd560a46eb1cbc6b55ddb1ec26b24d tree | zip | gz
parent b08bd4dd4b0d4d17d4907c605dba11020cf11922 view | diff
Attempt to fix current JDK1.5 failures in ValidateCfgDefn tests: allow test configuration definitions to not register themselves with the TopCfgDefn. Previously, test definitions would register themselves with the TopCfgDefn and then deregister themselves during their tear down phase. However, this didn't seem to be working as expected on JDK1.5 for some reason, and was causing the ValidateCfgDefn tests to fail.
7 files modified
59 ■■■■ changed files
opends/src/server/org/opends/server/admin/AbstractManagedObjectDefinition.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/LDAPProfile.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/AbstractManagedObjectDefinitionTest.java 15 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestCfg.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgDefn.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestParentCfgDefn.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/PropertySetTest.java 2 ●●● diff | view | raw | blame | history