diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-20 10:10:48 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-20 10:10:48 -0700 |
commit | fb190b5680c995ee9fdaa0e7fbd5fc9e1b67afa9 (patch) | |
tree | fda9edc932c516499629a6369c6ce8ab9c00de78 | |
parent | f07c7fba902aff75334c20c169fecaf2c91ce8f8 (diff) |
update test_sdl_mouse
-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 168567d2..7f938cfb 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11042,7 +11042,7 @@ elif 'browser' in str(sys.argv): open(os.path.join(self.get_dir(), 'sdl_mouse.c'), 'w').write(self.with_report_result(open(path_from_root('tests', 'sdl_mouse.c')).read())) Popen([PYTHON, EMCC, os.path.join(self.get_dir(), 'sdl_mouse.c'), '-O2', '--minify', '0', '-o', 'page.html', '--pre-js', 'pre.js']).communicate() - self.run_browser('page.html', '', '/report_result?740') + self.run_browser('page.html', '', '/report_result?722') def test_sdl_audio(self): shutil.copyfile(path_from_root('tests', 'sounds', 'alarmvictory_1.ogg'), os.path.join(self.get_dir(), 'sound.ogg')) |