mirror of
https://github.com/google/nomulus
synced 2026-09-26 01:44:23 +00:00
Fix a few test annotations (#1196)
This commit is contained in:
+2
-3
@@ -60,7 +60,6 @@ import google.registry.testing.InjectExtension;
|
|||||||
import google.registry.testing.ReplayExtension;
|
import google.registry.testing.ReplayExtension;
|
||||||
import google.registry.testing.TestOfyAndSql;
|
import google.registry.testing.TestOfyAndSql;
|
||||||
import google.registry.testing.TestOfyOnly;
|
import google.registry.testing.TestOfyOnly;
|
||||||
import google.registry.testing.TestSqlOnly;
|
|
||||||
import google.registry.testing.mapreduce.MapreduceTestCase;
|
import google.registry.testing.mapreduce.MapreduceTestCase;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -277,7 +276,7 @@ public class ExpandRecurringBillingEventsActionTest
|
|||||||
assertBillingEventsForResource(domain, persisted, recurring);
|
assertBillingEventsForResource(domain, persisted, recurring);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestSqlOnly
|
@TestOfyAndSql
|
||||||
void testSuccess_expandSingleEvent_notIdempotentForDifferentBillingTime() throws Exception {
|
void testSuccess_expandSingleEvent_notIdempotentForDifferentBillingTime() throws Exception {
|
||||||
persistResource(recurring);
|
persistResource(recurring);
|
||||||
action.cursorTimeParam = Optional.of(START_OF_TIME);
|
action.cursorTimeParam = Optional.of(START_OF_TIME);
|
||||||
@@ -644,7 +643,7 @@ public class ExpandRecurringBillingEventsActionTest
|
|||||||
assertCursorAt(currentTestTime);
|
assertCursorAt(currentTestTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestSqlOnly
|
@TestOfyAndSql
|
||||||
void testSuccess_expandMultipleEvents() throws Exception {
|
void testSuccess_expandMultipleEvents() throws Exception {
|
||||||
persistResource(recurring);
|
persistResource(recurring);
|
||||||
BillingEvent.Recurring recurring2 =
|
BillingEvent.Recurring recurring2 =
|
||||||
|
|||||||
Reference in New Issue
Block a user