testCaProvider: Show how we start the IOC
This commit is contained in:
committed by
mdavidsaver
parent
9413d97fd5
commit
febff66eb4
@@ -771,6 +771,12 @@ MAIN(testCaProvider)
|
||||
{
|
||||
testPlan(143 + EXIT_TESTS);
|
||||
|
||||
#ifdef USE_DBUNITTEST
|
||||
testDiag("Running IOC using dbUnitTest");
|
||||
#else
|
||||
testDiag("Running IOC using system()");
|
||||
#endif
|
||||
|
||||
TestIocPtr testIoc(new TestIoc());
|
||||
testIoc->start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user