mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Tidy up ExpandrecurringBillingEventsAction
Per nickfelt's suggestion on [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127193451
This commit is contained in:
parent
7b9752c99d
commit
2caba95d28
10 changed files with 12 additions and 41 deletions
|
@ -27,6 +27,7 @@ import google.registry.model.registrar.RegistrarAddress;
|
|||
import google.registry.testing.AppEngineRule;
|
||||
import google.registry.testing.FakeClock;
|
||||
import google.registry.testing.InjectRule;
|
||||
import google.registry.testing.ShardableTestCase;
|
||||
import google.registry.xjc.rderegistrar.XjcRdeRegistrar;
|
||||
import google.registry.xjc.rderegistrar.XjcRdeRegistrarAddrType;
|
||||
import google.registry.xjc.rderegistrar.XjcRdeRegistrarPostalInfoEnumType;
|
||||
|
@ -49,7 +50,7 @@ import java.io.ByteArrayOutputStream;
|
|||
* some exceptional conditions.
|
||||
*/
|
||||
@RunWith(JUnit4.class)
|
||||
public class RegistrarToXjcConverterTest {
|
||||
public class RegistrarToXjcConverterTest extends ShardableTestCase {
|
||||
|
||||
@Rule
|
||||
public final AppEngineRule appEngine = AppEngineRule.builder()
|
||||
|
@ -147,6 +148,4 @@ public class RegistrarToXjcConverterTest {
|
|||
public void testMarshal() throws Exception {
|
||||
marshalStrict(RegistrarToXjcConverter.convert(registrar), new ByteArrayOutputStream(), UTF_8);
|
||||
}
|
||||
|
||||
@Test public void makeShardingWork1() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue