From e43e03d4da9bd760d67d746a949efbb7e5d102a8 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 25 Aug 2017 15:31:33 -0400 Subject: Enable junit test cases and fix defects. Clean internal company domain names. Repair defect for picking Role in Widget onboarding for assigned app. Issue: PORTAL-50, PORTAL-82, PORTAL-86 Change-Id: I0826ddbfad1dc8a9bb6f3b8096b9748f887c1c65 Signed-off-by: Christopher Lott (cl778h) --- .../mock/ecomp/data/applications/user-apps.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ecomp-portal-FE-os/mock/ecomp/data/applications/user-apps.json') diff --git a/ecomp-portal-FE-os/mock/ecomp/data/applications/user-apps.json b/ecomp-portal-FE-os/mock/ecomp/data/applications/user-apps.json index 7b185bf0..67cce29a 100644 --- a/ecomp-portal-FE-os/mock/ecomp/data/applications/user-apps.json +++ b/ecomp-portal-FE-os/mock/ecomp/data/applications/user-apps.json @@ -5,8 +5,8 @@ "name": "ASDC", "imageUrl": "", "description": "Some explanation text goes here", - "url": "http://www.att.com", - "alternateUrl": "http://www.att.com", + "url": "http://portal.onap.org", + "alternateUrl": "http://portal.onap.org", "notes": "Apache Tomcat, often referred to as Tomcat, is an open-source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a \"pure Java\" HTTP web server environment for Java code to run in." }, { @@ -15,8 +15,8 @@ "name": "AIC Formation", "imageUrl": "assets/images/tmp/portal2.png", "description": "Some explanation text goes here", - "url": "http://www.att.com", - "alternateUrl": "http://www.att.com", + "url": "http://portal.onap.org", + "alternateUrl": "http://portal.onap.org", "notes": "AIC Formation description goes here" }, { @@ -26,7 +26,7 @@ "imageUrl": "assets/images/tmp/portal3.png", "description": "Some explanation text goes here", "url": "", - "alternateUrl": "http://www.att.com", + "alternateUrl": "http://portal.onap.org", "notes": "AIC Self Service description goes here" }, { @@ -35,8 +35,8 @@ "name": "Portal Name", "imageUrl": "assets/images/tmp/portal1.png", "description": "Some explanation text goes here", - "url": "http://www.att.com", - "alternateUrl": "http://www.att.com", + "url": "http://portal.onap.org", + "alternateUrl": "http://portal.onap.org", "notes": "order: 2" }, { @@ -52,11 +52,11 @@ { "id": 6, "order": 6, - "name": "This is an exceptionally long application name because I'm a freakin idiot who makes long application names", + "name": "This is an exceptionally long application name because I'm that kind of person who makes long application names", "imageUrl": "assets/images/tmp/portal3.png", "description": "Some explanation text goes here", - "url": "http://www.att.com", - "alternateUrl": "http://www.att.com", + "url": "http://portal.onap.org", + "alternateUrl": "http://portal.onap.org", "notes": "Description for this fake portal" } ] -- cgit 1.2.3-korg