From 0f902532129c70a181388e76f956e36ddbd9ebca Mon Sep 17 00:00:00 2001 From: Gabriel Hare Date: Tue, 5 Aug 2014 17:28:00 -0700 Subject: [PATCH] Enabling test verifying requested functionality. --- src/autowiring/test/BoltTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autowiring/test/BoltTest.cpp b/src/autowiring/test/BoltTest.cpp index c0ba90e2d..3514c6369 100644 --- a/src/autowiring/test/BoltTest.cpp +++ b/src/autowiring/test/BoltTest.cpp @@ -231,7 +231,7 @@ TEST_F(BoltTest, BoltBeforeContext) { ASSERT_EQ(1, TargetBoltable::DestructedNum()) << "Failed to be destroyed with matching context"; } -TEST_F(BoltTest, DISABLED_BoltAfterContext) { +TEST_F(BoltTest, BoltAfterContext) { AutoCurrentContext ctxt; TargetBoltable::InitializeNum(); TargetBoltable::InitializeNum();