aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/jsextensions
Commit message (Collapse)AuthorAgeFilesLines
* Add test coverage for new PropertyList extension features.Jake Petroules2014-02-281-0/+65
| | | | | Change-Id: If31fd181c30b61f8f02915408520e85b34d5fc11 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Introduce PropertyList functions isEmpty and clear.Jake Petroules2014-02-281-0/+26
| | | | | | | | These functions test whether the PropertyList object has any data loaded, and clears any existing data from the object, respectively. Change-Id: I9dfa0e7629dccd3090fc0d5de33481c8e7caf424 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Rename PropertyList API functions for better self-documentation.Jake Petroules2014-02-271-2/+2
| | | | | Change-Id: I5435e99c68646340bf6a2608819cfaef31146646 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Add a JS extension for working with property lists.Jake Petroules2014-01-201-0/+38
| | | | | Change-Id: Ib9413501f647f52b60507daf85bdfe8e560d7e08 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Add function "lastModified" to the "File" JS extension.Christian Kandeler2014-01-071-0/+4
| | | | | Change-Id: I96157cfc5404f53a9f48540952462f1b81f2c4e8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Fix FileInfo.path().Christian Kandeler2013-10-141-0/+2
| | | | | | | | | | | Remove the trailing slash for directories if the file name is empty. This makes sense, since repeated invocations of path() will strip off additional components, as one would expect. It is also how QFileInfo::path() behaves. Change-Id: Idc28fcaba5d3a8c907b8d6ce8f55001909f00fa8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
* Add autotests for JS extensions.Christian Kandeler2013-09-244-0/+105
Change-Id: I94791a9c5bf46f7b59fdc6e692cd79492e63ba96 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>