Fixed the base_server_job_unittest to be consistent to the new integration of expect_new with the 
mock_god.  In this case, I didnt need to worry about calls to expect_new since the method under test
wasn't responsible for the creation of the objects, but rather called methods that returned those 
objects.  So I can simply create those mock instances and make sure that the mock methods in 
question return these instances.

Signed-off-by: Travis Miller <raphtee@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1693 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed