From afe88363f70903f207a25edab27e7adcb9fc66e0 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Fri, 09 Sep 2016 09:45:24 +0000
Subject: [PATCH] OPENDJ-3089 Fix calls to server Schema methods that are not available in SDK Schema

---
 opendj-server-legacy/src/test/java/org/opends/server/api/MonitorDataTestCase.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/api/MonitorDataTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/api/MonitorDataTestCase.java
index 89a4db9..a9534b3 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/api/MonitorDataTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/api/MonitorDataTestCase.java
@@ -33,6 +33,7 @@
 import org.forgerock.opendj.ldap.schema.Syntax;
 import org.opends.server.TestCaseUtils;
 import org.opends.server.types.Attribute;
+import org.opends.server.types.DirectoryException;
 import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
@@ -48,7 +49,7 @@
   }
 
   @AfterClass
-  public void tearDown()
+  public void tearDown() throws DirectoryException
   {
     TestCaseUtils.shutdownFakeServer();
   }

--
Gitblit v1.10.0