From 7796a25de086de6276d5128d50469ab260528eeb Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 11 Mar 2013 14:51:16 +0100 Subject: Add component model behavior auto test and fix broken model. Task-number: QTIFW-84 Task-number: QTIFW-213 Change-Id: I8fc9035ba3b14c2c12a1672b74869bece68c8ee9 Reviewed-by: Niels Weber Reviewed-by: Rainer Keller Reviewed-by: Kai Koehne --- .../auto/installer/componentmodel/data/updates.xml | 132 +++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 tests/auto/installer/componentmodel/data/updates.xml (limited to 'tests/auto/installer/componentmodel/data/updates.xml') diff --git a/tests/auto/installer/componentmodel/data/updates.xml b/tests/auto/installer/componentmodel/data/updates.xml new file mode 100644 index 000000000..e1f72de10 --- /dev/null +++ b/tests/auto/installer/componentmodel/data/updates.xml @@ -0,0 +1,132 @@ + + Your application + 1.2.3 + true + + com.vendor.product + The root component + Install this example. + 0.1.0-1 + 2010-09-21 + true + + 1 + true + + + + + + + com.vendor.second.product + The second root component + Install this example. + 0.1.0-1 + 2010-09-21 + false + + 1 + + + + + + + com.vendor.second.product.subnode + A sub node component for the second root + Install this example. + 0.1.0-1 + 2010-09-21 + false + + 1 + + + + + + + com.vendor.second.product.subnode.sub + A subcomponent for the second sub node of the second root + Install this example. + 0.1.0-1 + 2010-09-21 + false + + 1 + + + + + + + com.vendor.second.product.sub + A subcomponent for the second root + Install this example. + 0.1.0-1 + 2010-09-21 + + true + + + + + + + com.vendor.second.product.sub1 + A subcomponent for the second root + Install this example. + 0.1.0-1 + 2010-09-21 + false + + + + + + + + com.vendor.second.product.virtual + A virtual subcomponent for the second root + Install this example. + 0.1.0-1 + 2010-09-21 + + true + + + + + + + com.vendor.third.product.virtual + A virtual root component + Install this example. + 0.1.0-1 + 2010-09-21 + true + + 0 + true + + + + + + -- cgit v1.2.3