summaryrefslogtreecommitdiffstats
path: root/tests/auto/qclipboard
diff options
context:
space:
mode:
authorTitta Heikkala <EXT-Titta.2.Heikkala@nokia.com>2010-10-22 10:22:07 +0300
committerJanne Koskinen <janne.p.koskinen@digia.com>2010-10-22 10:51:27 +0300
commite21047ee2cdf818340cba8ec7045d89f98ab7aca (patch)
treecfd4f38751ad2d512dc6185496a591064b2d7b65 /tests/auto/qclipboard
parente853b240e1b974067aa1bc377c0ae01a60e9c274 (diff)
Corrected build fail for autotests
Autotests compiled only for Symbian, this is now corrected. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
Diffstat (limited to 'tests/auto/qclipboard')
-rw-r--r--tests/auto/qclipboard/tst_qclipboard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qclipboard/tst_qclipboard.cpp b/tests/auto/qclipboard/tst_qclipboard.cpp
index 3437b5345e..2e0362c1b8 100644
--- a/tests/auto/qclipboard/tst_qclipboard.cpp
+++ b/tests/auto/qclipboard/tst_qclipboard.cpp
@@ -380,8 +380,8 @@ void tst_QClipboard::pasteCopySymbian()
CleanupStack::PopAndDestroy(cb);
QCOMPARE(string, storeString);
-#endif
}
+#endif
/*
Test that text copied to symbian clipboard
@@ -414,8 +414,8 @@ void tst_QClipboard::copyPasteSymbian()
CleanupStack::PopAndDestroy(2, cb);
QCOMPARE(QApplication::clipboard()->text(), string);
-#endif
}
+#endif
QTEST_MAIN(tst_QClipboard)