diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-09-08 16:07:24 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-09-08 16:07:24 +0200 |
commit | 553d6a1b86abf4d464642fbcff70976b00094a66 (patch) | |
tree | 02f7f031c37a345bf05304eb9216ef7e93926bf1 /eaaf_core_utils/src | |
parent | bb54c6e5da78d4b1d37945779bdc7cb4bd3331c7 (diff) | |
download | EAAF-Components-553d6a1b86abf4d464642fbcff70976b00094a66.tar.gz EAAF-Components-553d6a1b86abf4d464642fbcff70976b00094a66.tar.bz2 EAAF-Components-553d6a1b86abf4d464642fbcff70976b00094a66.zip |
fix some broken jUnit tests
Diffstat (limited to 'eaaf_core_utils/src')
-rw-r--r-- | eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/credentials/EaafKeyStoreFactoryTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/credentials/EaafKeyStoreFactoryTest.java b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/credentials/EaafKeyStoreFactoryTest.java index 6a24f6b4..c0bd6f20 100644 --- a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/credentials/EaafKeyStoreFactoryTest.java +++ b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/credentials/EaafKeyStoreFactoryTest.java @@ -241,7 +241,7 @@ public class EaafKeyStoreFactoryTest { } catch (final EaafException e) { org.springframework.util.Assert.isInstanceOf(EaafConfigurationException.class, e, "Wong ExceptionType"); - Assert.assertEquals("wrong errorCode", "internal.keystore.05", e.getErrorId()); + Assert.assertEquals("wrong errorCode", "internal.keystore.06", e.getErrorId()); } } |