Upgrade SDC from Titan to Janus Graph
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / impl / JanusGraphInitializerTest.java
@@ -2,15 +2,15 @@ package org.openecomp.sdc.asdctool.impl;
 
 import org.junit.Test;
 
-public class TitanGraphInitializerTest {
+public class JanusGraphInitializerTest {
 
        @Test(expected=IllegalArgumentException.class)
        public void testCreateGraph() throws Exception {
-               String titanCfgFile = "";
+               String janusGraphCfgFile = "";
                boolean result;
 
                // default test
-               result = TitanGraphInitializer.createGraph("");
+               result = JanusGraphInitializer.createGraph("");
                
        }
 }
\ No newline at end of file