summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2011-01-06 16:04:37 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2011-01-06 16:42:01 (GMT)
commit273cc18e59af6b495462cbe101652a444a2cc8f4 (patch)
tree7fed14b1372ff8da12a92161639a9267f81de6b9
parent7ee36ca4cf6359ade995e974abd2adfcf4dc7612 (diff)
downloadQt-273cc18e59af6b495462cbe101652a444a2cc8f4.zip
Qt-273cc18e59af6b495462cbe101652a444a2cc8f4.tar.gz
Qt-273cc18e59af6b495462cbe101652a444a2cc8f4.tar.bz2
licensing: exclude generated cookie jar table from license check
This file is generated from the Public Suffix List, and thus under a different license. Reviewed-by: Markus Goetz
-rw-r--r--tests/auto/headers/tst_headers.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/headers/tst_headers.cpp b/tests/auto/headers/tst_headers.cpp
index 8c8bc2c..b889a37 100644
--- a/tests/auto/headers/tst_headers.cpp
+++ b/tests/auto/headers/tst_headers.cpp
@@ -176,7 +176,9 @@ void tst_Headers::allSourceFilesData()
|| sourceFile.endsWith(".ui.h")
|| 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/tools/uic/qclass_lib_map.h")
+ || sourceFile.endsWith("src/network/access/qnetworkcookiejartlds_p.h")
+ )
continue;
QTest::newRow(qPrintable(sourceFile)) << sourceFile;