diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-17 14:27:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-17 14:27:50 -0700 |
commit | 2a0bf753441f2d5f5c9e05af9c58b8ac070651b9 (patch) | |
tree | f21e2f93db3b0d478be5765a52e7b2c7ec8a5add /tests/test_browser.py | |
parent | 3a917ce58bf0c0c1564c3ffd0b3033d127f0a58f (diff) |
bind all unbound attributes right before link; enable proxied cubegeom_normal test
Diffstat (limited to 'tests/test_browser.py')
-rw-r--r-- | tests/test_browser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py index 839d55e3..fbb8f3fe 100644 --- a/tests/test_browser.py +++ b/tests/test_browser.py @@ -1511,7 +1511,7 @@ void *getBindBuffer() { self.btest('cubegeom_color.c', reference='cubegeom_color.png', args=['-s', 'LEGACY_GL_EMULATION=1']) def test_cubegeom_normal(self): - self.btest('cubegeom_normal.c', reference='cubegeom_normal.png', args=['-s', 'LEGACY_GL_EMULATION=1']) + self.btest('cubegeom_normal.c', reference='cubegeom_normal.png', args=['-s', 'LEGACY_GL_EMULATION=1'], also_proxied=True) def test_cubegeom_normal_dap(self): # draw is given a direct pointer to clientside memory, no element array buffer self.btest('cubegeom_normal_dap.c', reference='cubegeom_normal.png', args=['-s', 'LEGACY_GL_EMULATION=1']) |