From 763a75aeed1a7731ddb95b99496aa7c1bf206ed0 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 27 Feb 2015 00:31:10 +0000
Subject: [PATCH] OPENDJ-1855: Reformat and cleanup pluggable backend code: adjust visibility, findbugs, ucdetector, etc...
---
opendj-server-legacy/src/test/java/org/opends/server/backends/GenericBackendTestCase.java | 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/backends/GenericBackendTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/backends/GenericBackendTestCase.java
index 94c14a4..d9485b3 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/backends/GenericBackendTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/backends/GenericBackendTestCase.java
@@ -95,19 +95,6 @@
/**
- * Tests the {@code isLocal} method for the provided backend.
- *
- * @param b The backend to test.
- */
- @Test(dataProvider = "backends")
- public void testIsLocal(Backend<?> b)
- {
- b.isLocal();
- }
-
-
-
- /**
* Tests the {@code getSupportedControls} method for the provided backend.
*
* @param b The backend to test.
@@ -148,19 +135,6 @@
/**
- * Tests the {@code supportsFeature} method for the provided backend.
- *
- * @param b The backend to test.
- */
- @Test(dataProvider = "backends")
- public void testSupportsFeature(Backend<?> b)
- {
- assertFalse(b.supportsFeature("1.2.3.4"));
- }
-
-
-
- /**
* Tests the {@code supportsLDIFExport} method for the provided backend.
*
* @param b The backend to test.
--
Gitblit v1.10.0