Re: [PATCH weston] tests: fix assignment typo, should be comparison

2013-02-07 Thread Kristian Høgsberg
On Tue, Jan 29, 2013 at 03:30:09PM -0800, U. Artie Eoff wrote: From: U. Artie Eoff ullysses.a.e...@intel.com Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- tests/surface-global-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied. Kristian diff --git

[PATCH weston] tests: fix assignment typo, should be comparison

2013-01-29 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- tests/surface-global-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/surface-global-test.c b/tests/surface-global-test.c index dbb8c8d..5908f60 100644 ---