Use standard method of excluding a test.
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 26 Oct 2011 06:12:27 +0000 (16:12 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 27 Oct 2011 09:14:44 +0000 (11:14 +0200)
commite822eb1a658346165ed1923f667cdc7232f5d4c2
treef679cea32ca3b1a60c077be58ddb64d597cbb3ea
parent1bc8f124b8c45daa391205eef12746a64473c8f9
Use standard method of excluding a test.

If we find out at run-time that an entire test program is not
applicable, the correct way to skip the test is by calling QSKIP from
the test's initTestCase() method.

Change-Id: Iaf1dbcce38c569ee9513bf37232e9e4ea287d872
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/opengl/qgl/tst_qgl.cpp