diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/scripts/tests/generation_test_project/custom/implml/simple_tempvars.implml --- a/configurationengine/source/scripts/tests/generation_test_project/custom/implml/simple_tempvars.implml Fri Mar 12 08:30:17 2010 +0200 +++ b/configurationengine/source/scripts/tests/generation_test_project/custom/implml/simple_tempvars.implml Tue Aug 10 14:29:28 2010 +0300 @@ -8,10 +8,10 @@ - - True configures TempFeature.String = TempFeature.String + " and more testing" - True configures TempFeature.Int = TempFeature.Int + 1 - True configures TempFeature.Real = TempFeature.Real + 0.25 + + True configures ${TempFeature.String} = ${TempFeature.String} + " and more testing" + True configures ${TempFeature.Int} = ${TempFeature.Int} + 1 + True configures ${TempFeature.Real} = ${TempFeature.Real} + 0.25