-
Bug
-
Resolution: Done
-
Major
-
1.1.0-alpha
Test "test_ssl_bad_name" fails with examples built in Debug mode. If the examples arebuilt in Release mode, the unit test passed.
Steps to reproduce:
1. Download and unzip the qpid-proton-win package.
2. Create project files: go to the ~\examples directory and run "run-cmake.bat".
3. Compile the projects in the Debug mode:
"C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" /t:rebuild /nologo /p:Configuration=debug /p:Platform=x64 /p:TargetFrameworkVersion=v4.5 <qpid-proton-dir>\examples\build\examples.sln
4. Copy the example_test.py (slightly modified original test) to ~\examples\build\bin\Debug directory and run it.
The "test_ssl_bad_name" fails.