-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30034/
-----------------------------------------------------------
(Updated Feb. 6, 2015, 3:19 a.m.)
Review request for mesos, Adam B, Benjamin Hindman, Till Toenshoff, and Timothy
Chen.
Changes
-------
Removed unnecessary using statement.
Bugs: MESOS-2069
https://issues.apache.org/jira/browse/MESOS-2069
Repository: mesos
Description
-------
Makes the code structure of all fetcher tests the same. Instead of calling the
run method of the fetcher directly, calling through fetch(). Also removes all
uses of I/O redirection, which is not really needed for debugging, and thus the
next patch can refactor fetch() and run(). (The latter comes in two varieties,
which complicates matters without much benefit.)
Diffs (updated)
-----
src/tests/fetcher_tests.cpp d7266f54f77d58a997f9de794f659cfb8a565e29
Diff: https://reviews.apache.org/r/30034/diff/
Testing
-------
make check
Thanks,
Bernd Mathiske