[Cppunit-devel] TestPlugInRunner Broken?
Brought to you by:
blep
From: Adriaan B. <adr...@re...> - 2005-04-29 15:28:14
|
As far as I can tell, the TestPlugInRunner is supposed to call the exported function TestPlugInInterface *GetTestPlugInInterface() on the loaded Dll. From what I can see, reading the code, it does not do this, it simply gets ant registered tests from the local module (of which there are none, of course). Is this code funamentally broken, or am I missing something? The relevant function (I think?): CPPUNIT_NS::Test * TestPlugIn::makeTest() { reloadDll(); return CPPUNIT_NS::TestFactoryRegistry::getRegistry().makeTest(); } I would expect a call to GetTestPlugInInterface here? Regards. Adriaan Brae WTS Development (x281) |