Skip to content

Commit

Permalink
Enabling test verifying requested functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Hare committed Aug 6, 2014
1 parent bb3056d commit 0f90253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autowiring/test/BoltTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ TEST_F(BoltTest, BoltBeforeContext) {
ASSERT_EQ(1, TargetBoltable<Pipeline>::DestructedNum()) << "Failed to be destroyed with matching context";
}

TEST_F(BoltTest, DISABLED_BoltAfterContext) {
TEST_F(BoltTest, BoltAfterContext) {
AutoCurrentContext ctxt;
TargetBoltable<OtherContext>::InitializeNum();
TargetBoltable<Pipeline>::InitializeNum();
Expand Down

0 comments on commit 0f90253

Please sign in to comment.