summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp')
-rw-r--r--tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp b/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp
index 63f320151f..6eb2c0a767 100644
--- a/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp
+++ b/tests/auto/sql/kernel/qsqlfield/tst_qsqlfield.cpp
@@ -64,7 +64,6 @@ public slots:
void cleanup();
private slots:
void getSetCheck();
- void value();
void type();
void setValue_data();
void setValue();
@@ -351,10 +350,5 @@ void tst_QSqlField::type()
QVERIFY( field3.type() == QVariant::Double );
}
-void tst_QSqlField::value()
-{
- DEPENDS_ON( "setValue" );
-}
-
QTEST_MAIN(tst_QSqlField)
#include "tst_qsqlfield.moc"