<div dir="ltr">Dear reader,<div><br></div><div>I want to report 2 unit test errors in the RabbitMQ dot Net client.<br><div><br></div><div>I took the following steps:</div><div>1) Downloaded rabbitmq-dotnet-client-3.3.0.zip from the RabbitMQ website.</div><div>2) Extracted the zip file and renamed the Local.props.example to Local.props.</div><div>3) Modified Local.props to target the dot Net 4.5 framework<br>    <PropTargetFramework>v4.5</PropTargetFramework><br></div><div>4) Opened the RabbitMQDotNetClient.sln in Visual Studio 2012 Professional</div><div>5) Confirmed the migration of the solution</div><div>6) Batch builded everything in the solution.</div><div>7) Downloaded and installed NUnit 2.6.3</div><div>8) Started NUnit gui (from the start menu), selected open project and selected rabbitmq-dotnet-client-3.3.0\projects\client\Unit\build\bin\unit-tests.dll</div><div>9) Finally hit the "run" button in NUnit gui</div><div><br></div><div>Nunit reports 2 errors:</div><div>1)</div><div><div>RabbitMQ.Client.Unit.TestConnectionBlocked.TestConnectionBlockedNotification:</div><div>Unblock notification not received.</div></div><div><br></div><div>2) This error is probably due to locale issues. I have the Dutch Locale, and a decimal point is a "," in The Netherlands. (e.g. Dutch: 123.456,78 means integer part 123456 and decimal part 78)</div><div><div>RabbitMQ.Client.Unit.TestStreamWireFormatting.TestSingleDecoding2:</div><div>  String lengths are both 5. Strings differ at index 1.</div><div>  Expected: "1.234"</div><div>  But was:  "1,234"</div><div>  ------------^</div></div><div><br></div><div>Kind regards,</div><div>Mirco Babin</div><div><br></div></div></div>