restore test_sdl_mouse to the proper state, after the last fix
This commit is contained in:
Родитель
60af6a0493
Коммит
4b4e8582dd
|
@ -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?722')
|
||||
self.run_browser('page.html', '', '/report_result?740')
|
||||
|
||||
def test_sdl_audio(self):
|
||||
shutil.copyfile(path_from_root('tests', 'sounds', 'alarmvictory_1.ogg'), os.path.join(self.get_dir(), 'sound.ogg'))
|
||||
|
|
Загрузка…
Ссылка в новой задаче