From aefdd0172850482c9e2893180b0d985843c63a10 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 24 Apr 2007 11:50:41 +0000
Subject: [PATCH] Fix for [Issue 1401] revoke support for '/' as option prefix
---
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/EncodePasswordTestCase.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/EncodePasswordTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/EncodePasswordTestCase.java
index 1d4f8e9..75c71a7 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/EncodePasswordTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/EncodePasswordTestCase.java
@@ -768,9 +768,6 @@
args = new String[] { "-?" };
assertEquals(EncodePassword.encodePassword(args, false, null, null), 0);
-
- args = new String[] { "/?" };
- assertEquals(EncodePassword.encodePassword(args, false, null, null), 0);
}
}
--
Gitblit v1.10.0