samples and tests for all kbatclist branch changes

refs #81
This commit is contained in:
Klaus Basan
2014-01-02 02:22:13 +00:00
committed by Mathew Sutcliffe
parent 1f2a88e502
commit ab17dabd5b
58 changed files with 6084 additions and 880 deletions

View File

@@ -6,7 +6,6 @@
#include "testblackcoremain.h"
#include "testinterpolator.h"
#include "testnetwork.h"
#include "testnetmediators.h"
namespace BlackCoreTest
{
@@ -25,10 +24,6 @@ int CBlackCoreTestMain::unitMain(int argc, char *argv[])
CTestNetwork networkTests;
status |= QTest::qExec(&networkTests, argc, argv);
}
{
CTestNetMediators mediatorTests;
status |= QTest::qExec(&mediatorTests, argc, argv);
}
return status;
}
} // namespace