> On Nov. 30, 2015, 8:51 a.m., Benjamin Bannier wrote:
> > src/tests/module_tests.cpp, line 123
> > <https://reviews.apache.org/r/39781/diff/3/?file=1133386#file1133386line123>
> >
> >     None of these functions need to be (mutating!) member functions if you 
> > simply inject `libraryDirectory`; please consider converting them to free 
> > functions, e.g. implemented in an anon namespace in this translation unit.

What exactly do you mean by "inject"? Pass the ```libraryDirectory``` as a 
parameter to these free functions? Or use some Google Test or Mock injection 
technique?

I'd prefer not to clutter this change with additional refactorings if that's OK.


- James


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39781/#review108298
-----------------------------------------------------------


On Dec. 8, 2015, 6:52 p.m., James Peach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/39781/
> -----------------------------------------------------------
> 
> (Updated Dec. 8, 2015, 6:52 p.m.)
> 
> 
> Review request for mesos, Benjamin Bannier, Kapil Arya, Niklas Nielsen, and 
> Till Toenshoff.
> 
> 
> Bugs: MESOS-3725
>     https://issues.apache.org/jira/browse/MESOS-3725
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Update ModuleTest to not assume dynamic dlopen search.
> 
> 
> Diffs
> -----
> 
>   src/tests/module_tests.cpp a3271a3267647e0964dd3decb3ca8384417dd559 
> 
> Diff: https://reviews.apache.org/r/39781/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> James Peach
> 
>

Reply via email to