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 2013/04/04 22:57:37 UTC

svn commit: r1464746 - /incubator/mesos/trunk/third_party/libprocess/src/tests/process_tests.cpp

Author: benh
Date: Thu Apr  4 20:57:37 2013
New Revision: 1464746

URL: http://svn.apache.org/r1464746
Log:
Updated a comment.

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

Modified:
    incubator/mesos/trunk/third_party/libprocess/src/tests/process_tests.cpp

Modified: incubator/mesos/trunk/third_party/libprocess/src/tests/process_tests.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/src/tests/process_tests.cpp?rev=1464746&r1=1464745&r2=1464746&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/src/tests/process_tests.cpp (original)
+++ incubator/mesos/trunk/third_party/libprocess/src/tests/process_tests.cpp Thu Apr  4 20:57:37 2013
@@ -495,8 +495,8 @@ TEST(Process, handlers)
 }
 
 
-// Tests EXPECT_MESSAGE and in particular that an event can get
-// dropped before being processed.
+// Tests EXPECT_MESSAGE and EXPECT_DISPATCH and in particular that an
+// event can get dropped before being processed.
 TEST(Process, expect)
 {
   ASSERT_TRUE(GTEST_IS_THREADSAFE);