From 5d6c61941e48a35dfeba2f304933a06776315a32 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 25 Sep 2006 17:51:05 +0000
Subject: [PATCH] Add a couple of missing @Test annotations to methods in the password policy test case.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java
index 31db68c..8f0c31f 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java
@@ -4674,6 +4674,7 @@
/**
* Tests the <CODE>toString</CODE> methods with the default password policy.
*/
+ @Test()
public void testToStringDefault()
{
PasswordPolicy p = DirectoryServer.getDefaultPasswordPolicy();
@@ -4692,6 +4693,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
+ @Test()
public void testToStringAuth()
throws Exception
{
--
Gitblit v1.10.0