summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2011-07-29 17:48:01 -0700
committerKenneth Graunke <kenneth@whitecape.org>2011-07-29 17:48:01 -0700
commit10c734b6a91bab7964675bdcbd23330aba24f250 (patch)
tree88dc7d4ea4fa880eddd943c7566dcda159b7d333 /tests
parente5d5b6c00c7e0216e46b00f63ff775ee98f7d659 (diff)
gtf: Use a visual that actually exports depth and stencil bits.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/gtf.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtf.tests b/tests/gtf.tests
index 23bf3878..a459a9c4 100644
--- a/tests/gtf.tests
+++ b/tests/gtf.tests
@@ -46,7 +46,7 @@ class GTFTest(ExecTest):
pass_re = re.compile(r'Regression PASSED all 1 tests')
def __init__(self, testpath):
- ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-noimagefileio', '-width=113', '-height=47', '-seed=2', '-id=7', '-run=' + testpath])
+ ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-noimagefileio', '-width=113', '-height=47', '-seed=2', '-id=10', '-run=' + testpath])
def interpretResult(self, out, results):
if self.pass_re.search(out) is not None: