summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-03-13 08:27:15 +0100
committerMarek Olšák <maraeo@gmail.com>2011-03-13 08:27:15 +0100
commit4e94936170b831a6071a7c5398b405588f8a81ff (patch)
tree30373468b6e04d8d5f7a9a00ddb46e2eb1c37c90
parentfa9f6ab400e947df40ff4211dfdecbf46dad9689 (diff)
Rename the ARB_color_buffer_float tests for readability
-rw-r--r--tests/all.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 68353dfcc..2c97b007e 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -703,7 +703,7 @@ spec['3DFX_texture_compression_FXT1'] = tdfx_texture_compression_fxt1
add_fbo_generatemipmap_extension(tdfx_texture_compression_fxt1, 'GL_3DFX_texture_compression_FXT1', 'fbo-generatemipmap-formats')
def add_color_buffer_float_test(name, format, p1, p2):
- arb_color_buffer_float[name + '-' + format + ('-' + p1 if len(p1) else '') + ('-' + p2 if len(p2) else '')] = PlainExecTest(['arb_color_buffer_float-' + name, format, p1, p2])
+ arb_color_buffer_float[format + '-' + name + ('-' + p1 if len(p1) else '') + ('-' + p2 if len(p2) else '')] = PlainExecTest(['arb_color_buffer_float-' + name, format, p1, p2])
arb_color_buffer_float = Group()
spec['ARB_color_buffer_float'] = arb_color_buffer_float