diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-08-20 14:06:08 +0200 |
---|---|---|
committer | Piotr Darosz <piotr.darosz@nokia.com> | 2019-08-22 06:36:05 +0000 |
commit | cc4713c619b5f1557862bcea5d7e766d07aafce1 (patch) | |
tree | 2f7f3bf7fb928796ae1df29a544fb213fa9fa9c4 /openecomp-be/backend/openecomp-sdc-validation-manager/src/main | |
parent | cc78e0cd74b11e96d3f9c3e9fa60a7330c9f75b0 (diff) |
Unit tests - openecomp-sdc-validation-manager
Tests for org.openecomp.sdc.validation
Change-Id: If0acdb2f453b5cd60d0ec49870f1467cdd212492
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'openecomp-be/backend/openecomp-sdc-validation-manager/src/main')
-rw-r--r-- | openecomp-be/backend/openecomp-sdc-validation-manager/src/main/java/org/openecomp/sdc/validation/types/ValidationFileStatus.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/backend/openecomp-sdc-validation-manager/src/main/java/org/openecomp/sdc/validation/types/ValidationFileStatus.java b/openecomp-be/backend/openecomp-sdc-validation-manager/src/main/java/org/openecomp/sdc/validation/types/ValidationFileStatus.java index 117eb3b3b7..4bf7be8b79 100644 --- a/openecomp-be/backend/openecomp-sdc-validation-manager/src/main/java/org/openecomp/sdc/validation/types/ValidationFileStatus.java +++ b/openecomp-be/backend/openecomp-sdc-validation-manager/src/main/java/org/openecomp/sdc/validation/types/ValidationFileStatus.java @@ -22,5 +22,5 @@ package org.openecomp.sdc.validation.types; public enum ValidationFileStatus { Success, - Failure; + Failure } |