diff options
author | ck <qt-info@nokia.com> | 2010-04-08 11:36:30 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-04-08 13:13:17 (GMT) |
commit | f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f (patch) | |
tree | 57e2a903d94bfc873027e3c24ca56c57e09c72ec /tests/auto/qhelpgenerator/data | |
parent | 20c3ad62b71b8c6beb93544e870ec00a42a35b07 (diff) | |
download | Qt-f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f.zip Qt-f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f.tar.gz Qt-f3b4ea8bb2940a8d95c29fa6d16b08313b8d033f.tar.bz2 |
QtHelp: Fix auto tests.
Some tests still used Urls with invalid host names.
Reviewed-by: kh1
Diffstat (limited to 'tests/auto/qhelpgenerator/data')
-rw-r--r-- | tests/auto/qhelpgenerator/data/test.qhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhelpgenerator/data/test.qhp b/tests/auto/qhelpgenerator/data/test.qhp index a97c00d..2c3f128 100644 --- a/tests/auto/qhelpgenerator/data/test.qhp +++ b/tests/auto/qhelpgenerator/data/test.qhp @@ -3,7 +3,7 @@ <metaData name="author" value="Nokia Corporation and/or its subsidiary(-ies)" /> <metaData name="language" value="en" /> <virtualFolder>testFolder</virtualFolder> - <namespace>trolltech.com.1_0_0.test</namespace> + <namespace>trolltech.com.1.0.0.test</namespace> <customFilter name="Custom Filter 1"> <filterAttribute>test</filterAttribute> <filterAttribute>filter1</filterAttribute> |