mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Oracle specific changes - Internal changes for DB Migration / DDL generation #369
This commit is contained in:
@@ -4,6 +4,7 @@ import java.sql.Date;
|
||||
import java.util.List;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.avaje.ebean.BaseTestCase;
|
||||
@@ -17,6 +18,7 @@ import com.avaje.tests.model.basic.EBasicEncrypt;
|
||||
|
||||
public class TestEncrypt extends BaseTestCase {
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void test() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user