[BAEL-9017] - Fixed conflicts

This commit is contained in:
amit2103
2018-09-29 21:12:21 +05:30
parent 258532c40f
commit 2af9eb89f1
12 changed files with 28 additions and 28 deletions

View File

@@ -16,16 +16,16 @@ import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
public class AppTest extends TestCase {
public class AppLiveTest extends TestCase {
ObjectMapper mapper = new ObjectMapper();
public AppTest( String testName ) {
public AppLiveTest( String testName ) {
super( testName );
}
public static Test suite() {
return new TestSuite( AppTest.class );
return new TestSuite( AppLiveTest.class );
}
public void testApp() throws IOException, ClassNotFoundException {