summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp')
-rw-r--r--tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
index f63ac11..834c07f 100644
--- a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
+++ b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
@@ -24,7 +24,7 @@ private:
QmlEngine engine;
QString tmpDir() const
{
- static QString tmpd = QDir::tempPath()+"/tst_sql_output-"
+ static QString tmpd = QDir::tempPath()+"/tst_qfxwebview-"
+ QDateTime::currentDateTime().toString(QLatin1String("yyyyMMddhhmmss"));
return tmpd;
}