You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/11/26 22:23:28 UTC

svn commit: r1413861 - /incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp

Author: benh
Date: Mon Nov 26 21:23:27 2012
New Revision: 1413861

URL: http://svn.apache.org/viewvc?rev=1413861&view=rev
Log:
Fixing bug in test.

Modified:
    incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp

Modified: incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp?rev=1413861&r1=1413860&r2=1413861&view=diff
==============================================================================
--- incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp (original)
+++ incubator/mesos/branches/0.11.0/src/tests/master_tests.cpp Mon Nov 26 21:23:27 2012
@@ -175,6 +175,7 @@ TEST(MasterTest, ShutdownFrameworkWhileT
   ASSERT_TRUE(GTEST_IS_THREADSAFE);
 
   HierarchicalDRFAllocatorProcess allocator;
+  Allocator a(&allocator);
   Files files;
   Master m(&a, &files);
   PID<Master> master = process::spawn(&m);