summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvalue/tst_qscriptvalue.h
diff options
context:
space:
mode:
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>2010-10-29 12:26:53 (GMT)
committerJedrzej Nowacki <jedrzej.nowacki@nokia.com>2010-11-01 07:58:16 (GMT)
commit5a6c72fd39a9088e9066bb611790577f4cd8fd2f (patch)
treec3a140163efb9cc1cad5b70d21b3c27f9a608ba9 /tests/auto/qscriptvalue/tst_qscriptvalue.h
parent3efb8bf24fb66f2a9728ee511cf5767b5ed32903 (diff)
downloadQt-5a6c72fd39a9088e9066bb611790577f4cd8fd2f.zip
Qt-5a6c72fd39a9088e9066bb611790577f4cd8fd2f.tar.gz
Qt-5a6c72fd39a9088e9066bb611790577f4cd8fd2f.tar.bz2
Refactor tst_QScriptValue::isDate
The test should use _data function. It should be easier to maintain that code. Reviewed-by: Kent Hansen
Diffstat (limited to 'tests/auto/qscriptvalue/tst_qscriptvalue.h')
-rw-r--r--tests/auto/qscriptvalue/tst_qscriptvalue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptvalue/tst_qscriptvalue.h b/tests/auto/qscriptvalue/tst_qscriptvalue.h
index ad6ca8d..239f668 100644
--- a/tests/auto/qscriptvalue/tst_qscriptvalue.h
+++ b/tests/auto/qscriptvalue/tst_qscriptvalue.h
@@ -98,6 +98,7 @@ private slots:
void isArray_data();
void isArray();
void isDate();
+ void isDate_data();
void isError();
void isRegExp();