aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/prevent-floating-point-values
Commit message (Collapse)AuthorAgeFilesLines
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-2/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Command line parser: Don't accidentally create floating-point valuesChristian Kandeler2018-04-241-0/+6
This could easily happen; e.g. a property assignment such as "version: 10.10" would result in the version property getting the value "10.1". While users could work around that, the behavior was rather surprising. We claim that no floating-point values are ever assigned to properties and force such values to get parsed as strings. Task-number: QBS-1242 Change-Id: I0e21cefaed11de1553cb3ed085280adfb489a1a7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>