summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp')
-rw-r--r--tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp b/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
index da7e03779..10cfff9ac 100644
--- a/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
+++ b/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
@@ -137,12 +137,6 @@ void tst_QHelpGenerator::checkIndices()
|| m_query->value(1).toString() != QLatin1String("foo"))
QFAIL("Index Error!");
- /*
- m_query->exec("SELECT COUNT(DISTINCT Id) FROM IndexItemTable");
- if (!m_query->next() || m_query->value(0).toInt() != 7)
- QFAIL("Index Error!");
- */
-
m_query->exec("SELECT COUNT(a.Id) FROM IndexTable a, "
"IndexFilterTable b, FilterAttributeTable c WHERE a.Id=b.IndexId "
"AND b.FilterAttributeId=c.Id AND c.Name=\'filter2\'");