diff options
Diffstat (limited to 'dev-libs/protobuf/files/protobuf-2.6.1-protoc-cmdline.patch')
-rw-r--r-- | dev-libs/protobuf/files/protobuf-2.6.1-protoc-cmdline.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf/files/protobuf-2.6.1-protoc-cmdline.patch b/dev-libs/protobuf/files/protobuf-2.6.1-protoc-cmdline.patch index 60151e8f6b2a..894f2ffd095f 100644 --- a/dev-libs/protobuf/files/protobuf-2.6.1-protoc-cmdline.patch +++ b/dev-libs/protobuf/files/protobuf-2.6.1-protoc-cmdline.patch @@ -242,10 +242,10 @@ index 2b26f3b..78ff2cf 100644 + cmd += "google/protobuf/unittest.proto "; + cmd += "--encode=protobuf_unittest.TestAllTypes "; + cmd += "--protobuf_in=" + TestSourceDir() + -+ "/google/protobuf/testdata/text_format_unittest_data.txt "; ++ "/google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt "; + cmd += "--protobuf_out=" + out_file; + EXPECT_TRUE(Run(cmd)); -+ ExpectBinaryFilesMatch(out_file, "google/protobuf/testdata/golden_message"); ++ ExpectBinaryFilesMatch(out_file, TestSourceDir() + "/google/protobuf/testdata/golden_message_oneof_implemented"); +} + } // anonymous namespace |