diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2022-02-09 19:04:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-09 19:04:25 +0000 |
commit | c9da04cc4ff4b133edd68ceee77f5bb5128d6574 (patch) | |
tree | 701523daabcb77f4ded20bd3dfe4c3660bb1fb90 /examples/examples-myfirstpolicy | |
parent | 143d9c2e74ebe962640810140aa028637af88a6c (diff) | |
parent | 59b90519eda3b95b0cfc49b6349a591c7d0c78e2 (diff) |
Merge "Remove JAXB and XML, use GSON for JSON"
Diffstat (limited to 'examples/examples-myfirstpolicy')
-rw-r--r-- | examples/examples-myfirstpolicy/src/test/java/org/onap/policy/apex/examples/myfirstpolicy/MfpModelTest.java | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/examples/examples-myfirstpolicy/src/test/java/org/onap/policy/apex/examples/myfirstpolicy/MfpModelTest.java b/examples/examples-myfirstpolicy/src/test/java/org/onap/policy/apex/examples/myfirstpolicy/MfpModelTest.java index 1bd67f961..2472cb466 100644 --- a/examples/examples-myfirstpolicy/src/test/java/org/onap/policy/apex/examples/myfirstpolicy/MfpModelTest.java +++ b/examples/examples-myfirstpolicy/src/test/java/org/onap/policy/apex/examples/myfirstpolicy/MfpModelTest.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. + * Modifications Copyright (C) 2022 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -63,17 +64,6 @@ public class MfpModelTest { } /** - * Test model write and read XML. - * - * @throws Exception if there is an error - */ - @Test - public void testModelWriteReadXml() throws Exception { - testApexModel1.testApexModelWriteReadXml(); - testApexModel2.testApexModelWriteReadXml(); - } - - /** * Test model write and read JSON. * * @throws Exception if there is an error |