Re: [ovs-dev] [PATCH] tests: Fix an ofproto test.

2014-05-21 Thread Joe Stringer
On 22 May 2014 06:12, Ben Pfaff wrote: > On Tue, May 20, 2014 at 12:49:09PM +1200, Joe Stringer wrote: > > This was previously logging that there was no such function, but passing > > the test anyway. > > > > Signed-off-by: Joe Stringer > > Good catch. > > Acked-by: Ben Pfaff > Thanks, I appli

Re: [ovs-dev] [PATCH] tests: Fix an ofproto test.

2014-05-21 Thread Ben Pfaff
On Tue, May 20, 2014 at 12:49:09PM +1200, Joe Stringer wrote: > This was previously logging that there was no such function, but passing > the test anyway. > > Signed-off-by: Joe Stringer Good catch. Acked-by: Ben Pfaff ___ dev mailing list dev@openv

[ovs-dev] [PATCH] tests: Fix an ofproto test.

2014-05-19 Thread Joe Stringer
This was previously logging that there was no such function, but passing the test anyway. Signed-off-by: Joe Stringer --- tests/ofproto.at |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ofproto.at b/tests/ofproto.at index dde715e..2f1df2d 100644 --- a/tests/ofpr