diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-19 16:48:32 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-19 16:48:32 -0700 |
commit | bfc6f99f7d09eca06470999ceac9cb6611223dec (patch) | |
tree | a46290977669362cb83fd0d183a30faaf4c69417 /tests/runner.py | |
parent | c5674220e9f893c4394af5aa86866301d3d12ef6 (diff) |
add single-color immediate mode test (with wrong color, but better than nothing)
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index ecda863e..a0f46681 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7093,7 +7093,7 @@ elif 'browser' in str(sys.argv): def test_sdl_ogl(self): # SDL, OpenGL, textures, immediate mode shutil.copyfile(path_from_root('tests', 'screenshot.png'), os.path.join(self.get_dir(), 'screenshot.png')) - self.reftest(path_from_root('tests', 'screenshot-gray.png')) + self.reftest(path_from_root('tests', 'screenshot-gray-purple.png')) Popen(['python', EMCC, path_from_root('tests', 'sdl_ogl.c'), '-o', 'something.html', '--pre-js', 'reftest.js', '--preload-file', 'screenshot.png']).communicate() self.run_browser('something.html', 'You should see an image with gray at the top.', '/report_result?0') |