- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    2012q1
- 
    None
- 
        6221658d30421319f3c9e564592bf61a163157cf
For example QtSensors has a header named qsensorsglobal.h which will be tested like a normal public header,
meaning this header must contain to pass the "headers" test:
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
QT_MODULE(QtSensors)
...
QT_END_NAMESPACE
QT_END_HEADER
But in this particular header only macros getting defined.
This header should be ignored by this unit test.