-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2664/
-----------------------------------------------------------
(Updated 2012-02-13 22:31:04.818047)
Review request for mesos.
Changes
-------
Merged with trunk.
Summary (updated)
-------
This patch refactors MasterTest.* tests to use a test fixture, eliminating a
bunch of redundant setup/teardown code. It also renames it to MasterSlaveTest
to reflect that the current MasterTest actually tests both
mesos::internal::master::Master and mesos::internal::slave::Slave together.
This addresses bug MESOS-46.
https://issues.apache.org/jira/browse/MESOS-46
Diffs (updated)
-----
src/tests/master_tests.cpp a411ba5
Diff: https://reviews.apache.org/r/2664/diff
Testing
-------
Thanks,
Charles