From a94c41b1759c23f849376a5f5448bc6e819f1c11 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Sat, 18 Jan 2014 00:58:42 +0000
Subject: [PATCH] Simplify config framework exception hierarchy by removing and pulling up the following exceptions:
---
opendj-config/src/test/java/org/forgerock/opendj/config/BooleanPropertyDefinitionTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-config/src/test/java/org/forgerock/opendj/config/BooleanPropertyDefinitionTest.java b/opendj-config/src/test/java/org/forgerock/opendj/config/BooleanPropertyDefinitionTest.java
index be998a2..ba84176 100644
--- a/opendj-config/src/test/java/org/forgerock/opendj/config/BooleanPropertyDefinitionTest.java
+++ b/opendj-config/src/test/java/org/forgerock/opendj/config/BooleanPropertyDefinitionTest.java
@@ -71,7 +71,7 @@
}
@Test(dataProvider = "decodeValueDataIllegal", expectedExceptions = { NullPointerException.class,
- IllegalPropertyValueStringException.class })
+ PropertyException.class })
public void testDecodeValueIllegal(String value) {
BooleanPropertyDefinition def = createPropertyDefinition();
def.decodeValue(value, PropertyDefinitionsOptions.NO_VALIDATION_OPTIONS);
--
Gitblit v1.10.0