Upgrade to E2 spec of 2 May 2019
[portal/ric-dashboard.git] / xapp-mgr-client / src / test / java / org / oransc / ric / portal / dashboard / xappmgr / client / test / XappManagerClientTest.java
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-package org.oranosc.ric.portal.dashboard.xmc.demo;
+package org.oransc.ric.portal.dashboard.xappmgr.client.test;
 
 import org.junit.jupiter.api.Test;
-import org.oranosc.ric.xappmgr.client.api.DefaultApi;
-import org.oranosc.ric.xappmgr.client.invoker.ApiClient;
-import org.oranosc.ric.xappmgr.client.model.AllXapps;
-import org.oranosc.ric.xappmgr.client.model.Xapp;
+import org.oransc.ric.xappmgr.client.api.DefaultApi;
+import org.oransc.ric.xappmgr.client.invoker.ApiClient;
+import org.oransc.ric.xappmgr.client.model.AllXapps;
+import org.oransc.ric.xappmgr.client.model.Xapp;
 import org.springframework.web.client.RestClientException;
 
 /**
  * Demonstrates use of the generated xApp manager client.
  * 
  * The test fails because no server is available.
+ * 
+ * The ugly name "DefaultApi" is generated because the spec lacks appropriate
+ * tags on the operation, also see
+ * https://stackoverflow.com/questions/38293236/swagger-swagger-codegen-maven-plugin-generate-default-api-interface
  */
 public class XappManagerClientTest {