Commit Graph

69 Commits

Author SHA1 Message Date
hishamco db4cc14522 Add functional test 2018-01-24 00:22:19 +03:00
Pranav K 812d2853ad Update samples and tests to target netcoreapp2.1 2017-11-14 15:58:00 -08:00
Nate McMaster 115271d1cc Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:19:25 -07:00
Ryan Brandenburg 51549e8471 Use ResourceSets 2017-09-06 11:44:51 -07:00
Nate McMaster 7234a384f4 Use PackageLineup to manage PackageReference versions 2017-08-29 11:58:35 -07:00
Nate McMaster cc603bc48d Use Directory.Build.props/targets 2017-08-29 11:54:00 -07:00
Pranav K a403d39405 Make functional tests run for desktop
* Convert functional tests to run using TestServer
* Allow functional tests to run in parallel.

Fixes #360
Fixes #390
2017-08-09 10:25:45 -07:00
Pranav K fe3b5ea4dd Fixup namespaces 2017-08-08 15:36:01 -07:00
Nate McMaster 1cd443fc34 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:33:15 -07:00
Doug Bunting 9b017ad138 Target .NET Standard 2.0 and add .NET Framework 4.6.1 testing 2017-05-24 10:37:45 -07:00
Nate McMaster f061be8209 Upgrade test framework versions 2017-05-15 14:00:13 -07:00
Pranav K 870cc9ddea Change TFM to netcorepp2.0 2017-05-04 22:14:33 -07:00
Ryan Brandenburg 48519857d2 Automatically allocate ports for functional tests 2017-04-26 12:52:40 -07:00
Andrew Stanton-Nurse a8add21274 react to removal of PlatformAbstractions (#356) 2017-04-20 11:09:39 -07:00
Ryan Brandenburg 99fa2d1cd3 New version of Microsoft.AspNetCore.Server.IntegrationTesting 2017-04-13 13:34:03 -07:00
Pranav K 2587e08098 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 11:20:05 -07:00
Nate McMaster 36ee7dcfa5 Unify dependency versions to one file and remove workarounds 2017-03-15 15:20:44 -07:00
Ryan Brandenburg 84f9668d24 Add test against returning english when culture is missing (#333) 2017-03-02 17:11:43 -08:00
Ryan Brandenburg 970e2e0782 Update test after un-skipping 2017-02-21 16:50:04 -08:00
Ryan Brandenburg 93e0a5c149 Revert "Temporarily skip tests"
This reverts commit 25f74d5665.
2017-02-21 15:22:19 -08:00
Doug Bunting 40eeba4369 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-16 22:57:14 -08:00
Ryan Brandenburg d1ee393c72 Upgrade to VS 2017 (#322) 2017-02-06 13:56:00 -08:00
Ryan Brandenburg 3ba495f32e Fix StringLocalizer location null tests (#321) 2017-02-03 11:52:19 -08:00
Pranav K e81627ba02 Functional tests don't need to target desktop
The functional tests run the website out-of-process and include the combinations. The test driver doesn't need to be cross-compiled
Additionally fixing downgrade warning
2016-12-28 14:13:58 -08:00
Pranav K 25f74d5665 Temporarily skip tests
Disabling tests until https://github.com/dotnet/cli/issues/5172 is resolved.
Tracking work item to re-enable tests: https://github.com/aspnet/Localization/issues/310
2016-12-28 14:08:47 -08:00
Pranav K e5ab6bfeb2 Updating to 4.4 CoreFx packages 2016-12-21 16:46:58 -08:00
hishamco 40e54bf77d Minor Fixes
Remove the blank line before conditional block

Remove versions from project.json in test projects

Address feedback

Address feedback

Add CommandLine configuration package to avoid breaking test

Add missing using
2016-11-12 00:04:38 +03:00
Pranav K ed9a0d28bf Updating versions to 1.2.0-* 2016-11-09 14:18:21 -08:00
Pranav K 837e5c4b1b Updating to netcoreapp1.1 2016-10-13 11:19:32 -07:00
Pranav K 9bf00ffac2 Revert "Updating to netcoreapp1.1"
This reverts commit cc4fd635a6.
2016-10-12 16:08:58 -07:00
Pranav K cc4fd635a6 Updating to netcoreapp1.1 2016-10-12 13:45:45 -07:00
Ryan Brandenburg cbba45b44e Organize Functional tests 2016-10-06 09:51:50 -07:00
Pranav K e52cab580e Updating partner package versions 2016-10-03 14:25:08 -07:00
Ryan Brandenburg 0ac2a3f66a Use existing CultureInfo 2016-09-23 15:50:10 -07:00
Ryan Brandenburg b2ef91df9f Localization finds resources in class libraries 2016-09-22 15:53:02 -07:00
Pranav K 81865ede09 Reacting to Microsoft.AspNetCore.Server.Testing rename 2016-08-15 16:12:22 -07:00
Doug Bunting 2669c32641 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:11:11 -07:00
Pranav K 60a08bcbaf Updating to RTM builds of xunit and Moq 2016-06-30 16:30:46 -07:00
Pranav K cf6e0de480 Updating to dev versions 2016-06-16 10:18:12 -07:00
N. Taylor Mullen 6389f1326d Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:30:11 -07:00
Pranav K 5b605f511e Add a reference to Microsoft.Extensions.PlatformAbstractions to fix build break 2016-06-06 17:43:59 -07:00
John Luo 2c7368a6b3 Disable tests failing on CLR on Linux and Mac 2016-06-02 15:16:36 -07:00
Pavel Krymets 0283099928 Downgrade Server.Testing version to 0.1 2016-05-20 14:56:23 -07:00
BrennanConroy 83c7abe87a Dipose HttpClient 2016-05-16 14:51:30 -07:00
Hisham Bin Ateya b72816e24c Remove unecessary using (#242) 2016-05-16 14:44:29 -07:00
John Luo adbca3414a React to deployer update 2016-05-06 12:27:35 -07:00
Pranav K 08e394d994 Fix build warnings 2016-05-02 11:27:19 -07:00
Pranav K f98204d723 Use latest build of dotnet-test-xunit 2016-04-19 14:54:05 -07:00
Pavel Krymets 23bb1fca43 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:09:29 -07:00
Pavel Krymets 9268ca73df Migrate tests, tools and samples to portable 2016-04-15 12:04:16 -07:00