try to disable model tests

This commit is contained in:
ZappoMan 2014-06-24 17:23:09 -07:00
parent 7d46b8062b
commit 3da18ec1c0

View file

@ -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
}