summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsdiagnosticsts/tst_xmlpatternsdiagnosticsts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Fixed inconsistent test naming.Rohan McGovern2010-03-221-5/+5
| | | | TARGET and test class name should always match.
* Fixed compile of xmlpatterns tests with vcproj generator.Rohan McGovern2010-02-171-0/+80
These tests were adding the same SUBDIR multiple times from different projects. Don't do that.