From 78b419cadff144a4169d6487bd40a87cf89c7200 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 12 Sep 2006 10:40:38 +0000
Subject: [PATCH] Add unit tests for the attribute syntaxes

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/schema/ApproximatematchingRule.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/ApproximatematchingRule.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/ApproximatematchingRule.java
index aaaab7e..bfbf86d 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/ApproximatematchingRule.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/ApproximatematchingRule.java
@@ -132,7 +132,7 @@
    * Test the normalization and the approximate comparison.
    */
   @Test(dataProvider= "approximatematchingrules")
-  public void ApproximateMatchingRules(String ruleClassName, String value1,
+  public void approximateMatchingRules(String ruleClassName, String value1,
                              String value2, Boolean result) throws Exception
   {
     // load the mathing rule code

--
Gitblit v1.10.0