GUI -- Corrected path prefix for ui/rs calls.
- fixed broken unit tests.

Change-Id: I52c3f54853a19d7d7d46a7453f540b241593d138
diff --git a/web/gui/src/main/webapp/tests/app/fw/remote/rest-spec.js b/web/gui/src/main/webapp/tests/app/fw/remote/rest-spec.js
index b3d514c..55e2278 100644
--- a/web/gui/src/main/webapp/tests/app/fw/remote/rest-spec.js
+++ b/web/gui/src/main/webapp/tests/app/fw/remote/rest-spec.js
@@ -90,7 +90,8 @@
         expect(called).toEqual(0);
         expect(capture).toBeNull();
         expect($log.warn).toHaveBeenCalledWith(
-            'Failed to retrieve JSON data: http://foo:80/ui/rs/bar', 404, 'Not Found');
+            'Failed to retrieve JSON data: http://foo:80/onos/ui/rs/bar',
+            404, 'Not Found');
     });
 
 });