mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 12:39:39 +02:00
Add RegistryLockGetActionTest to SQL testclasses (#347)
This commit is contained in:
parent
66e94e1464
commit
444c0faa9e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ import google.registry.persistence.CurrencyUnitConverterTest;
|
||||||
import google.registry.persistence.UpdateAutoTimestampConverterTest;
|
import google.registry.persistence.UpdateAutoTimestampConverterTest;
|
||||||
import google.registry.persistence.ZonedDateTimeConverterTest;
|
import google.registry.persistence.ZonedDateTimeConverterTest;
|
||||||
import google.registry.schema.tld.PremiumListDaoTest;
|
import google.registry.schema.tld.PremiumListDaoTest;
|
||||||
|
import google.registry.ui.server.registrar.RegistryLockGetActionTest;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.junit.runners.Suite;
|
import org.junit.runners.Suite;
|
||||||
import org.junit.runners.Suite.SuiteClasses;
|
import org.junit.runners.Suite.SuiteClasses;
|
||||||
|
@ -48,6 +49,7 @@ import org.junit.runners.Suite.SuiteClasses;
|
||||||
JpaTransactionManagerRuleTest.class,
|
JpaTransactionManagerRuleTest.class,
|
||||||
PremiumListDaoTest.class,
|
PremiumListDaoTest.class,
|
||||||
RegistryLockDaoTest.class,
|
RegistryLockDaoTest.class,
|
||||||
|
RegistryLockGetActionTest.class,
|
||||||
UpdateAutoTimestampConverterTest.class,
|
UpdateAutoTimestampConverterTest.class,
|
||||||
ZonedDateTimeConverterTest.class
|
ZonedDateTimeConverterTest.class
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue