K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-03-15T23:55:41.037437Z K 7 svn:log V 275 Fix -Wshadow issues with `EXPECT_OPEN_OK(..)` macro * Wrap in do-while(0) block to avoid variable shadowing issue with multiple calls in the same function. * Prefix block local variables with `_` to try and avoid variable name clashes with values local to test methods. END