aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/music/unittests/TestVotingApp.java
diff options
context:
space:
mode:
authorsrupane kondreddy <srupane.kondreddy@att.com>2018-11-13 15:27:24 -0500
committersrupane kondreddy <sk5300@research.att.com>2018-11-13 15:48:52 -0500
commit7addd52dc73e6571028ca7f6a018e75ec1c9b0ca (patch)
tree85250211fb6e3d67a849edffd40535992ec1b78c /src/test/java/org/onap/music/unittests/TestVotingApp.java
parentac3cfd1cd5f18d72948b70db39cc7db32a392133 (diff)
music core implemented as a service
Change-Id: I4075d0efb03bf2a153976354947be1329660c1f1 Issue-ID: MUSIC-148 Signed-off-by: srupane kondreddy <sk5300@research.att.com>
Diffstat (limited to 'src/test/java/org/onap/music/unittests/TestVotingApp.java')
-rw-r--r--src/test/java/org/onap/music/unittests/TestVotingApp.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/java/org/onap/music/unittests/TestVotingApp.java b/src/test/java/org/onap/music/unittests/TestVotingApp.java
index e7a1e252..8ac71802 100644
--- a/src/test/java/org/onap/music/unittests/TestVotingApp.java
+++ b/src/test/java/org/onap/music/unittests/TestVotingApp.java
@@ -2,12 +2,12 @@ package org.onap.music.unittests;
import java.util.HashMap;
import java.util.Map;
-
+
import org.onap.music.datastore.PreparedQueryObject;
import org.onap.music.exceptions.MusicLockingException;
import org.onap.music.exceptions.MusicQueryException;
import org.onap.music.exceptions.MusicServiceException;
-import org.onap.music.main.MusicCore;
+import org.onap.music.service.impl.MusicCassaCore;
import com.datastax.driver.core.ResultSet;
import com.datastax.driver.core.Row;
@@ -19,6 +19,7 @@ public class TestVotingApp
{
String keyspaceName;
String tableName;
+ static MusicCassaCore MusicCore = MusicCassaCore.getInstance();
public TestVotingApp() throws MusicServiceException {
keyspaceName = "VotingAppForMusic"+System.currentTimeMillis();