X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;fp=docs%2Fdeveloper-guide.rst;h=e7812943609e74cb4bc055d3c2ca737a5ac2d099;hb=53f1fcf033e3a166d7203e0a1c5e0971f9c6bc16;hp=b0c71a7f5e9ddef9f4b613474b4de882b8bd68ff;hpb=6dd828008e1c553b5b4ac6e45af0ccf73c2ed92e;p=portal%2Fric-dashboard.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index b0c71a7f..e7812943 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -58,7 +58,7 @@ files. These steps are required to launch: 1. Install all project jar files locally 2. Set an environment variable via JVM argument: ``-Dorg.oransc.ric.portal.dashboard=mock`` -3. Run the JUnit test case ``DashboardServerTest`` which is not exactly a "test" because it never finishes. +3. Run the JUnit test case ``DashboardTestServer`` which is not exactly a "test" because it never finishes. These steps can be done with these commands::