mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Update tests to use io.avaje:mod-uuid
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package org.tests.example;
|
||||
|
||||
import io.avaje.moduuid.ModUUID;
|
||||
import io.ebean.config.IdGenerator;
|
||||
import org.avaje.moduuid.ModUUID;
|
||||
|
||||
/**
|
||||
* A customer Id Generator that can be assigned by @GeneratedValue(generator="shortUid")
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package org.tests.idkeys;
|
||||
|
||||
import io.avaje.moduuid.ModUUID;
|
||||
import io.ebean.BaseTestCase;
|
||||
import io.ebean.Ebean;
|
||||
import org.tests.model.basic.ECustomId;
|
||||
import org.avaje.moduuid.ModUUID;
|
||||
import org.junit.Test;
|
||||
import org.tests.model.basic.ECustomId;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package org.tests.iud;
|
||||
|
||||
import io.avaje.moduuid.ModUUID;
|
||||
import io.ebean.BaseTestCase;
|
||||
import org.avaje.moduuid.ModUUID;
|
||||
import org.ebeantest.LoggedSqlCollector;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user