aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-09-11 17:00:11 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2017-09-11 17:00:11 -0700
commit6945203300f17a01bc6658202e04796718897e12 (patch)
treed0136d9be8c539fefea318a5194cbe3fcccb0d8e /src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc
parent49b31dc5f74fabdc0a9c76bf5460ba375a105801 (diff)
downloadprotobuf-6945203300f17a01bc6658202e04796718897e12.tar.gz
protobuf-6945203300f17a01bc6658202e04796718897e12.tar.bz2
protobuf-6945203300f17a01bc6658202e04796718897e12.zip
Exclude addressbook.proto from C# boostrap test.
This addressbook.proto now belongs to its own bazel pacakge and can't be accessed in bazel protobuf_test target.
Diffstat (limited to 'src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc')
-rw-r--r--src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc b/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc
index 5c54270e..8c38e52f 100644
--- a/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc
+++ b/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc
@@ -184,11 +184,6 @@ TEST(CsharpBootstrapTest, GeneratedCsharpDescriptorMatches) {
"../csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs");
generate_test.SetParameter("");
- source_tree.MapPath("", TestSourceDir() + "/../examples");
- generate_test.Run(importer.Import("addressbook.proto"),
- "Addressbook.cs",
- "../csharp/src/AddressBook/Addressbook.cs");
-
source_tree.MapPath("", TestSourceDir() + "/../conformance");
generate_test.Run(importer.Import("conformance.proto"),
"Conformance.cs",