From a5ce1b53bf9304c08bb51639b48bb77085cd62b3 Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Sun, 02 Sep 2007 04:00:42 +0000
Subject: [PATCH] There are several improvements to the unit test framework in this commit.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java
index 7335ff7..d6ed54e 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java
@@ -689,6 +689,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
+ @Test
public void testAddAttributeTypeToAltSchemaFile()
throws Exception
{
@@ -776,6 +777,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
+ @Test
public void testReplaceAttributeTypeInAltSchemaFile()
throws Exception
{
--
Gitblit v1.10.0