evgenekov / protobuf-csharp-port

Automatically exported from code.google.com/p/protobuf-csharp-port
Other
0 stars 0 forks source link

Portable library project has some invalid Nunit-based code. #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The ProtocolBuffersLibrary.PL40 does not build, as there is an Assert.NotNull 
in source file TestWriterFormatJson.cs. This does not work with the referenced 
testing framework: Microsoft.VisualStudio.TestTools.UnitTesting (it would work 
with NUnit).

Changing this to Assert.IsNotNull compiles.

See attached patch (Nunit assembly reference removed as well).

Original issue reported on code.google.com by kwac...@gmail.com on 15 Nov 2013 at 1:53

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch, this has been integrated and will be available in the 
next release.

Original comment by Grig...@gmail.com on 7 Feb 2015 at 5:23