aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@users.noreply.github.com>2016-01-26 08:43:45 -0800
committerJan Tattermusch <jtattermusch@users.noreply.github.com>2016-01-26 08:43:45 -0800
commitb13874d59e976371a1a87e6dc2bf347ed0a0ce5d (patch)
treed42e74c8539d2f52afdc92bc25145c50f67937ff /csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
parent60f7fc51fb01ac98fd64d9372e7547f5ab267ce5 (diff)
parentdd43dcca8c3a0af761ae981edcadd7e78e875fe8 (diff)
downloadprotobuf-b13874d59e976371a1a87e6dc2bf347ed0a0ce5d.tar.gz
protobuf-b13874d59e976371a1a87e6dc2bf347ed0a0ce5d.tar.bz2
protobuf-b13874d59e976371a1a87e6dc2bf347ed0a0ce5d.zip
Merge pull request #1158 from jskeet/nonnormalized-tostring
Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw
Diffstat (limited to 'csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj')
-rw-r--r--csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
index b4cb32d7..20ae8e48 100644
--- a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
+++ b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
@@ -115,6 +115,7 @@
<Compile Include="TestProtos\UnittestWellKnownTypes.cs" />
<Compile Include="WellKnownTypes\AnyTest.cs" />
<Compile Include="WellKnownTypes\DurationTest.cs" />
+ <Compile Include="WellKnownTypes\FieldMaskTest.cs" />
<Compile Include="WellKnownTypes\TimestampTest.cs" />
<Compile Include="WellKnownTypes\WrappersTest.cs" />
</ItemGroup>