summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/installerscriptengine/data/component1.qs
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-05-07 16:16:14 +0200
committerTim Jenssen <tim.jenssen@digia.com>2013-05-07 16:18:47 +0200
commitb9bda246abd06381c17f5b90eb5fcdb1262e840f (patch)
treecec69d61be07953b6c9161d0da9c08bfb1b700dd /tests/auto/installer/installerscriptengine/data/component1.qs
parent7b062bd6af86452ed231009b0c48d663ce93976a (diff)
add a check that the component script constructor is called
Change-Id: Ie7bed2869bf21933b665ab55bf8b9301e0cf2995 Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'tests/auto/installer/installerscriptengine/data/component1.qs')
-rw-r--r--tests/auto/installer/installerscriptengine/data/component1.qs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/installer/installerscriptengine/data/component1.qs b/tests/auto/installer/installerscriptengine/data/component1.qs
index 4f9ed571c..af81f5747 100644
--- a/tests/auto/installer/installerscriptengine/data/component1.qs
+++ b/tests/auto/installer/installerscriptengine/data/component1.qs
@@ -1,5 +1,6 @@
function Component()
{
+ print("Component constructor - OK");
}
Component.prototype.retranslateUi = function()