diff options
author | ck <qt-info@nokia.com> | 2009-07-07 09:23:45 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2009-07-07 09:23:45 (GMT) |
commit | ac6fad8a677eb113839ff4ca79c8185e0aa8237b (patch) | |
tree | ff921be69facf623251627435ff75dbdc15dc194 /tests | |
parent | 134dad4c6a996045397098498eaf0afca889b6f9 (diff) | |
download | Qt-ac6fad8a677eb113839ff4ca79c8185e0aa8237b.zip Qt-ac6fad8a677eb113839ff4ca79c8185e0aa8237b.tar.gz Qt-ac6fad8a677eb113839ff4ca79c8185e0aa8237b.tar.bz2 |
Added wildcard support for file lists in help projects.
The qhelpgenerator auto test was also updated to test the new feature.
Reviewed-by: kh
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qhelpgenerator/data/test.qhp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/qhelpgenerator/data/test.qhp b/tests/auto/qhelpgenerator/data/test.qhp index e9ac7f2..a97c00d 100644 --- a/tests/auto/qhelpgenerator/data/test.qhp +++ b/tests/auto/qhelpgenerator/data/test.qhp @@ -38,9 +38,8 @@ </keywords> <files> <file>classic.css</file> - <file>test.html</file> - <file>people.html</file> - <file>./sub/about.html</file> + <file>[pt]*.html</file> + <file>./sub/abou?.html</file> </files> </filterSection> <filterSection> @@ -69,4 +68,4 @@ <file>cars.html</file> </files> </filterSection> -</QtHelpProject>
\ No newline at end of file +</QtHelpProject> |