erezak / libphonenumber-csharp

Forking original c# port
Apache License 2.0
198 stars 79 forks source link

4 Tests Inside of TestPhoneNumberOfflineGeocoder Fail #3

Closed kstreet closed 10 years ago

kstreet commented 11 years ago

The only change to the current sln that I made after cloning it was to not sign the assembly.

After building the solution, when I right-click on PhoneNumbers.Test, and choose "Run Unit Tests" with ReSharper, I get these 4 tests failing inside of:

TestPhoneNumberOfflineGeocoder

TestGetDescriptionForFallBack failed testGetDescriptionForKoreanNumber failed testGetDescriptionForNumber_en_US failed TestGetDescriptionForNumberWithUserRegion failed

Do these tests fail for you too? If so, does it matter?

erezak commented 10 years ago

I'll try these as well and comment.

erezak commented 10 years ago

Sorry - took a long time. Fixed now.

kstreet commented 10 years ago

Cool! Thank you.