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

lutoff
13.33.2008 424b0a46e9d5053ae7c1a54f43a721eeeb64d3ec
Make sure that the BeforeClass is called
2 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java
@@ -111,7 +111,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @BeforeClass()
  @BeforeClass(alwaysRun = true)
  public void setUp()
         throws Exception
  {
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java
@@ -56,7 +56,7 @@
   * @throws Exception
   *           If the environment could not be set up.
   */
  @BeforeClass
  @BeforeClass(alwaysRun = true)
  public void setUp() throws Exception
  {
    // Make sure that the server is up and running.