dotnet / wcf

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
MIT License
1.69k stars 556 forks source link

Reorganize the Tests for Testing Latest Net Native Tools + Last Stable Packages. #1048

Open shmao opened 8 years ago

shmao commented 8 years ago

We wanted to use the tests added in GitHub to cover the case where the latest Net Native Tools are used with the last stable packages. To achieve that, we need to identify the tests that supposed to work in that scenario. https://github.com/dotnet/wcf/pull/1044 is an example of the change we need to do. We need to do such change for all the tests.

Scenario Tests

Unit Tests

shmao commented 8 years ago

I've reorganized all the scenario tests. I tried making same changes for unit tests, but it turned out very few unit tests are really running in Tof right now because lots of unit tests are marked with [Theory] which is not recognized by Tof.

The plan is to make the changes for unit tests later when they can actually run. We can consider to move the issue to 'future' milestone.

zhenlan commented 8 years ago

Agree with your proposal. Thanks @shmao.