summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2011-05-25 08:51:57 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2011-05-25 08:53:50 (GMT)
commit3dcfbdc67b79944950ba7b24749e9d1642178bb1 (patch)
tree0287f4bf4419ec123c20e2480214afd9c416a3de /tests
parent06d32b235a21fb612972d248089805423a97bc18 (diff)
downloadQt-3dcfbdc67b79944950ba7b24749e9d1642178bb1.zip
Qt-3dcfbdc67b79944950ba7b24749e9d1642178bb1.tar.gz
Qt-3dcfbdc67b79944950ba7b24749e9d1642178bb1.tar.bz2
license header check: fix exception for URL TLD table
the file was renamed and moved to corelib Task-number: QTBUG-13601
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/headers/tst_headers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/headers/tst_headers.cpp b/tests/auto/headers/tst_headers.cpp
index 2686a00..335e832 100644
--- a/tests/auto/headers/tst_headers.cpp
+++ b/tests/auto/headers/tst_headers.cpp
@@ -177,7 +177,7 @@ void tst_Headers::allSourceFilesData()
|| sourceFile.endsWith("/src/corelib/global/qconfig.h")
|| sourceFile.endsWith("/src/corelib/global/qconfig.cpp")
|| sourceFile.endsWith("/src/tools/uic/qclass_lib_map.h")
- || sourceFile.endsWith("src/network/access/qnetworkcookiejartlds_p.h")
+ || sourceFile.endsWith("src/corelib/io/qurltlds_p.h")
)
continue;