From c88a776741fc575e30a57392022799a07cb78db6 Mon Sep 17 00:00:00 2001 From: bbilbo Date: Mon, 17 Jul 2017 12:45:01 -0700 Subject: [PATCH] Re-enable some PendingDepositChecker Tests ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162254143 --- javatests/google/registry/rde/PendingDepositCheckerTest.java | 3 --- javatests/google/registry/rde/RdeStagingActionTest.java | 3 --- 2 files changed, 6 deletions(-) diff --git a/javatests/google/registry/rde/PendingDepositCheckerTest.java b/javatests/google/registry/rde/PendingDepositCheckerTest.java index 8ca0d1780..9d1a23f3c 100644 --- a/javatests/google/registry/rde/PendingDepositCheckerTest.java +++ b/javatests/google/registry/rde/PendingDepositCheckerTest.java @@ -36,7 +36,6 @@ import google.registry.testing.FakeClock; import google.registry.testing.InjectRule; import org.joda.time.DateTime; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -85,7 +84,6 @@ public class PendingDepositCheckerTest { } @Test - @Ignore("TODO(b/23791350): Causes TimestampInversionException") public void testMethod_firstDepositOnBrdaDay_depositsBothRdeAndBrda() throws Exception { clock.setTo(DateTime.parse("2000-01-04T08:00Z")); // Tuesday createTldWithEscrowEnabled("lol"); @@ -151,7 +149,6 @@ public class PendingDepositCheckerTest { } @Test - @Ignore("TODO(b/23791350): Causes TimestampInversionException") public void testMethod_multipleTldsWithEscrowEnabled_depositsBoth() throws Exception { clock.setTo(DateTime.parse("2000-01-01TZ")); // Saturday createTldWithEscrowEnabled("pal"); diff --git a/javatests/google/registry/rde/RdeStagingActionTest.java b/javatests/google/registry/rde/RdeStagingActionTest.java index 492d3e4be..cb1e07324 100644 --- a/javatests/google/registry/rde/RdeStagingActionTest.java +++ b/javatests/google/registry/rde/RdeStagingActionTest.java @@ -92,7 +92,6 @@ import org.joda.time.DateTimeConstants; import org.joda.time.Duration; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -603,7 +602,6 @@ public class RdeStagingActionTest extends MapreduceTestCase { } @Test - @Ignore("TODO(b/23791350): Causes TimestampInversionException") public void testMapReduce_twoDomainsDifferentTlds_isolatesDomains() throws Exception { clock.setTo(DateTime.parse("1999-12-31TZ")); createTldWithEscrowEnabled("boggle"); @@ -625,7 +623,6 @@ public class RdeStagingActionTest extends MapreduceTestCase { } @Test - @Ignore("TODO(b/23791350): Causes TimestampInversionException") public void testMapReduce_twoHostsDifferentTlds_includedInBothTldDeposits() throws Exception { clock.setTo(DateTime.parse("1999-12-31TZ")); createTldWithEscrowEnabled("fop");