mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
try to disable model tests
This commit is contained in:
parent
7d46b8062b
commit
3da18ec1c0
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <QDebug>
|
||||
|
||||
#if 0
|
||||
#include <ModelItem.h>
|
||||
#include <ModelTree.h>
|
||||
#include <ModelTreeElement.h>
|
||||
|
@ -21,11 +22,12 @@
|
|||
#include <OctreeConstants.h>
|
||||
#include <PropertyFlags.h>
|
||||
#include <SharedUtil.h>
|
||||
#endif
|
||||
|
||||
#include "ModelTests.h"
|
||||
|
||||
|
||||
void ModelTests::modelTreeTests(bool verbose) {
|
||||
#if 0
|
||||
int testsTaken = 0;
|
||||
int testsPassed = 0;
|
||||
int testsFailed = 0;
|
||||
|
@ -256,6 +258,7 @@ void ModelTests::modelTreeTests(bool verbose) {
|
|||
if (verbose) {
|
||||
qDebug() << "******************************************************************************************";
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue