From b9289243567a9ef005a2e0c8ce67db23d4ee0735 Mon Sep 17 00:00:00 2001 From: Joshua Marantz Date: Fri, 1 Mar 2019 00:27:05 -0500 Subject: [PATCH 1/3] Remove dependence on 3-arg ctor and realTime(); trying to delete that interface. --- echo2_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo2_integration_test.cc b/echo2_integration_test.cc index ab4e1838e..3a23b3c42 100644 --- a/echo2_integration_test.cc +++ b/echo2_integration_test.cc @@ -11,7 +11,7 @@ class Echo2IntegrationTest : public BaseIntegrationTest, } public: - Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), realTime(), echoConfig()) {} + Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), echoConfig()) {} /** * Initializer for an individual integration test. */ From 3bf3db9e55c643ded9625bbaa551b8f99ae0acb2 Mon Sep 17 00:00:00 2001 From: Joshua Marantz Date: Fri, 1 Mar 2019 00:36:26 -0500 Subject: [PATCH 2/3] Revert "Remove dependence on 3-arg ctor and realTime(); trying to delete that interface." This reverts commit b9289243567a9ef005a2e0c8ce67db23d4ee0735. --- echo2_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo2_integration_test.cc b/echo2_integration_test.cc index 3a23b3c42..ab4e1838e 100644 --- a/echo2_integration_test.cc +++ b/echo2_integration_test.cc @@ -11,7 +11,7 @@ class Echo2IntegrationTest : public BaseIntegrationTest, } public: - Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), echoConfig()) {} + Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), realTime(), echoConfig()) {} /** * Initializer for an individual integration test. */ From 287a5b0c422ba60449b448875934d69908a66d3c Mon Sep 17 00:00:00 2001 From: Joshua Marantz Date: Fri, 1 Mar 2019 00:46:42 -0500 Subject: [PATCH 3/3] =?UTF-8?q?Remove=20dependence=20on=203-arg=20ctor=20a?= =?UTF-8?q?nd=20realTime();=20trying=20to=20delete=20that=E2=80=A6interfac?= =?UTF-8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joshua Marantz --- echo2_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo2_integration_test.cc b/echo2_integration_test.cc index ab4e1838e..3a23b3c42 100644 --- a/echo2_integration_test.cc +++ b/echo2_integration_test.cc @@ -11,7 +11,7 @@ class Echo2IntegrationTest : public BaseIntegrationTest, } public: - Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), realTime(), echoConfig()) {} + Echo2IntegrationTest() : BaseIntegrationTest(GetParam(), echoConfig()) {} /** * Initializer for an individual integration test. */