diff options
author | mojahidi <mojahidul.islam@amdocs.com> | 2017-12-13 17:04:17 +0530 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2017-12-26 15:40:10 +0000 |
commit | a3c95e21a61058ed7bddc6d63be4becd30fe23a2 (patch) | |
tree | 6aaa97e8f586844bfc1fbef11d195a9b828c954b /openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test | |
parent | bf15c8c5d74281865f2b5e74c7cdd9f207242db1 (diff) |
Fixed sonar issues - HeatResourceValidator
Done refactoring as per given comment
Change-Id: Id1cd659af6ddd9e24d281a1bb0d1ae9431bcaf98
Issue-ID: SDC-343
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test')
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/java/org/openecomp/sdc/validation/impl/validators/HeatResourceValidatorTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/java/org/openecomp/sdc/validation/impl/validators/HeatResourceValidatorTest.java b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/java/org/openecomp/sdc/validation/impl/validators/HeatResourceValidatorTest.java index 2c3b05eb4d..d073d5050b 100644 --- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/java/org/openecomp/sdc/validation/impl/validators/HeatResourceValidatorTest.java +++ b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/java/org/openecomp/sdc/validation/impl/validators/HeatResourceValidatorTest.java @@ -18,7 +18,7 @@ public class HeatResourceValidatorTest { "/org/openecomp/validation/validators/guideLineValidator/baseHeatDoesNotExposeNetwork/parseException/"); Assert.assertEquals(messages.size(), 1); Assert.assertEquals(messages.get("first.yaml").getErrorMessageList().get(0).getMessage(), - "ERROR: [HTR1]: Invalid HEAT format problem - [while scanning for the next token\n" + + "ERROR: [RBV2]: Invalid HEAT format problem - [while scanning for the next token\n" + "found character '\\t(TAB)' that cannot start any token. (Do not use \\t(TAB) for indentation)\n" + " in 'reader', line 5, column 1:\n" + " \t\t\tresources:\n" + |