Corrected a typo in allocator tests.

Review: https://reviews.apache.org/r/42657/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d85412ea
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d85412ea
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d85412ea

Branch: refs/heads/master
Commit: d85412ea8b9d70e428ff6645e31198b0855edeab
Parents: 18b5a85
Author: Alexander Rukletsov <[email protected]>
Authored: Tue Feb 9 18:33:59 2016 +0100
Committer: Benjamin Mahler <[email protected]>
Committed: Tue Feb 9 20:00:42 2016 +0100

----------------------------------------------------------------------
 src/tests/hierarchical_allocator_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d85412ea/src/tests/hierarchical_allocator_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/hierarchical_allocator_tests.cpp 
b/src/tests/hierarchical_allocator_tests.cpp
index 60ab7ee..8183135 100644
--- a/src/tests/hierarchical_allocator_tests.cpp
+++ b/src/tests/hierarchical_allocator_tests.cpp
@@ -1413,7 +1413,7 @@ TEST_F(HierarchicalAllocatorTest, Whitelist)
 // the quota'ed role declines offers, some resources are laid away for
 // the role, so that a greedy framework from a non-quota'ed role cannot
 // eat up all free resources.
-TEST_F(HierarchicalAllocatorTest, QuotaProvidesQuarantee)
+TEST_F(HierarchicalAllocatorTest, QuotaProvidesGuarantee)
 {
   // Pausing the clock is not necessary, but ensures that the test
   // doesn't rely on the batch allocation in the allocator, which

Reply via email to