From b0648ee8a64a0ee5a1a605c216d3a88e6e72f083 Mon Sep 17 00:00:00 2001 From: Chris Czub Date: Fri, 6 Nov 2015 11:18:48 -0500 Subject: Fix failing protobuf contentview test --- test/test_contentview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_contentview.py b/test/test_contentview.py index 97608520..14adcd83 100644 --- a/test/test_contentview.py +++ b/test/test_contentview.py @@ -233,7 +233,7 @@ if cv.ViewProtobuf.is_available(): p = tutils.test_data.path("data/protobuf01") content_type, output = v(file(p, "rb").read()) assert content_type == "Protobuf" - assert output[0].text == '1: "3bbc333c-e61c-433b-819a-0b9a8cc103b8"' + assert output.next()[0][1] == '1: "3bbc333c-e61c-433b-819a-0b9a8cc103b8"' def test_get_by_shortcut(): -- cgit v1.2.3