diff options
author | Jim Hahn <jrh3@att.com> | 2018-02-16 18:11:21 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-02-16 18:29:40 -0500 |
commit | 45f97b0b7735c9ac75c3f0d010b9524b47807cb8 (patch) | |
tree | 2fc61fb13e587c9f5af1a9e3b02ca512504d3631 /integrity-monitor/src/test | |
parent | 2b0b96e27b11904bb36d8f4887aa28a913727fad (diff) |
Fix more generic exceptions in common
Fixed a few more generic exceptions in integrity-audit and
integrity-monitor.
Fixed license dates.
Change-Id: Ibbc21ae5f853896e0d3e416e33b5ea2a13672f62
Issue-ID: POLICY-246
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integrity-monitor/src/test')
-rw-r--r-- | integrity-monitor/src/test/java/org/onap/policy/common/im/ExceptionsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrity-monitor/src/test/java/org/onap/policy/common/im/ExceptionsTest.java b/integrity-monitor/src/test/java/org/onap/policy/common/im/ExceptionsTest.java index 5066f9d5..90de7c66 100644 --- a/integrity-monitor/src/test/java/org/onap/policy/common/im/ExceptionsTest.java +++ b/integrity-monitor/src/test/java/org/onap/policy/common/im/ExceptionsTest.java @@ -61,7 +61,7 @@ public class ExceptionsTest extends ExceptionsTester { @Test public void testIntegrityMonitorException() throws Exception { - assertEquals(4, test(IntegrityMonitorException.class)); + assertEquals(5, test(IntegrityMonitorException.class)); } @Test |