Upgrade SDC from Titan to Janus Graph
[sdc.git] / common-app-api / src / test / java / org / openecomp / sdc / be / config / BeEcompErrorManagerTest.java
index 440f758..fec9714 100644 (file)
@@ -58,13 +58,13 @@ public class BeEcompErrorManagerTest {
 
        
        @Test
-       public void testLogBeHealthCheckTitanRecovery() throws Exception {
+       public void testLogBeHealthCheckJanusGraphRecovery() throws Exception {
                BeEcompErrorManager testSubject;
                String context = "";
 
                // default test
                testSubject = createTestSubject();
-               testSubject.logBeHealthCheckTitanRecovery(context);
+               testSubject.logBeHealthCheckJanusGraphRecovery(context);
        }
 
        
@@ -113,13 +113,13 @@ public class BeEcompErrorManagerTest {
 
        
        @Test
-       public void testLogBeHealthCheckTitanError() throws Exception {
+       public void testLogBeHealthCheckJanusGraphError() throws Exception {
                BeEcompErrorManager testSubject;
                String context = "";
 
                // default test
                testSubject = createTestSubject();
-               testSubject.logBeHealthCheckTitanError(context);
+               testSubject.logBeHealthCheckJanusGraphError(context);
        }