Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back all country support for validating VAT numbers #16

Merged
merged 4 commits into from
Dec 19, 2019

Conversation

kevinobee
Copy link
Contributor

@kevinobee kevinobee commented Dec 2, 2019

Fixes Issue #11

Summary of changes:

  • @lovrobiljeskovic has restored previously commented out support for EU countries other than France
  • Added unit tests for ISS provided VAT number ranges

European VAT number validation website is very useful for checking VAT numbers.

@kevinobee kevinobee requested a review from jurgelionis December 2, 2019 02:34
@kevinobee kevinobee added the bug Something isn't working label Dec 2, 2019
@kevinobee kevinobee requested a review from BenFidge December 17, 2019 09:31
@kevinobee kevinobee assigned BenFidge and unassigned jurgelionis Dec 17, 2019
Copy link
Contributor

@BenFidge BenFidge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pulled locally and run tests. all pass:

Test run for D:\Projects\CluedIn\Enricher.VatLayer\test\unit\ExternalSearch.VatLayer.Unit.Tests\bin\Debug\net452\CluedIn.ExternalSearch.VatLayer.Unit.Tests.dll(.NETFramework,Version=v4.5.2)
Build completed.

Test run for D:\Projects\CluedIn\Enricher.VatLayer\test\integration\ExternalSearch.VatLayer.Integration.Tests\bin\Debug\net452\ExternalSearch.VatLayer.Integration.Tests.dll(.NETFramework,Version=v4.5.2)
Microsoft (R) Test Execution Command Line Tool Version 15.9.0
Copyright (c) Microsoft Corporation.  All rights reserved.

Microsoft (R) Test Execution Command Line Tool Version 15.9.0
Copyright (c) Microsoft Corporation.  All rights reserved.

Starting test execution, please wait...
Starting test execution, please wait...

Total tests: 127. Passed: 127. Failed: 0. Skipped: 0.
Test Run Successful.
Test execution time: 2.5526 Seconds

Total tests: 5. Passed: 5. Failed: 0. Skipped: 0.
Test Run Successful.
Test execution time: 8.1217 Seconds

@BenFidge BenFidge merged commit 4ffe559 into develop Dec 19, 2019
@BenFidge BenFidge deleted the bugfix/Only-French-Numbers-Are-Supported branch December 19, 2019 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants