New data-type ordering implementation

This commit is contained in:
caheckman 2021-10-05 16:33:49 -04:00
parent f9463e600d
commit 60dbaa0559
4 changed files with 81 additions and 49 deletions

View file

@ -3163,6 +3163,9 @@ void IfcLoadTestFile::execute(istream &s)
s >> filename;
dcp->testCollection = new FunctionTestCollection(status);
dcp->testCollection->loadTest(filename);
#ifdef OPACTION_DEBUG
dcp->conf->setDebugStream(status->fileoptr);
#endif
*status->optr << filename << " test successfully loaded: " << dcp->conf->getDescription() << endl;
}