Commit Graph

357 Commits

Author SHA1 Message Date
BrennanConroy 9b29eb19ae Enable OpenId Tests 2016-03-30 14:04:13 -07:00
Pranav K 7f4a772859 Updating to NETStandard.Library 1.5.0 2016-03-28 06:32:52 -07:00
Doug Bunting b83e142bfe Fix build break: Add `ObjectPoolProvider` to DI in integration tests 2016-03-27 13:04:17 -07:00
BrennanConroy 3edb06d983 React to Deployer changes 2016-03-25 15:00:36 -07:00
John Luo 514d752959 Enable IISExpress tests 2016-03-24 18:10:25 -07:00
Pranav K 6c8b1f2ac3 Updating to latest CoreCLR packages 2016-03-24 12:46:51 -07:00
Doug Bunting 0cdc7f76fd React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
2016-03-18 22:00:38 -07:00
Arthur Vickers 98c69c3c4b Use separate service providers 2016-03-16 09:18:07 -07:00
Arthur Vickers 6116f0e2e8 AddOptions, which is apparently not brought in my memory cache anymore. 2016-03-15 15:56:43 -07:00
Arthur Vickers dc34c630b7 Go back to using app service provider as EF internal service provider when using in memory 2016-03-15 15:32:08 -07:00
Pranav K 43ce29c1f9 Fixing CI build failure 2016-03-14 13:25:25 -07:00
Arthur Vickers a4ed79cc5a Reacting to changes in EF service registration. 2016-03-10 14:55:58 -08:00
Nate McMaster 6c2f6d245b Add missing prefix on cookie name 2016-03-08 10:06:44 -08:00
Nate McMaster 7a624ba5be Workaround cookie issues in corefx 2016-03-08 09:41:45 -08:00
Nate McMaster 944afdc5ea Clean up E2E tests
- Fix incorrect deployment environment variables
 - Utilize xunit logging utility for cleaner, more traceable output
 - Cleanup database creation/deletion
 - Fix name in R# settings file
2016-03-08 08:50:16 -08:00
= e54b539d41 Reacting to HttpAbstractions changes
- will attempt to remove TestSession altogether later
2016-03-04 16:52:48 -08:00
John Luo ec9d212dc3 Reacting to Hosting deployer change 2016-03-04 12:22:07 -08:00
Kiran Challa 65f24a3fc7 Temporarily comment out flaky google login scenario tests to unblock build 2016-03-03 16:59:19 -08:00
Nate McMaster 0ae07188fc Cleanup some EF TODOs 2016-03-03 13:52:21 -08:00
Doug Bunting da20c535c5 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 20:37:03 -08:00
N. Taylor Mullen e1870dd9f3 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:41:04 -08:00
Kiran Challa 3574b1d981 Reacting to MVC's action result naming changes 2016-02-19 11:28:25 -08:00
ryanbrandenburg 2c5061a8ab * Include version in project.json 2016-02-18 12:04:38 -08:00
Kiran Challa 09590416bd Build and test with dotnet 2016-02-10 14:56:49 -08:00
Kiran Challa 96e5d9bec5 Remove System.Runtime reference 2016-02-08 14:07:48 -08:00
N. Taylor Mullen 86c08ecf22 React to FacebookHelper and CLI changes. 2016-02-07 01:21:34 -08:00
N. Taylor Mullen d61c6985b7 Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:29:04 -08:00
N. Taylor Mullen d761c6b7ba Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:27:05 -08:00
ryanbrandenburg a182eca6d4 * Use suggested Antiforgery AJAX patern. 2016-01-12 11:56:59 -08:00
N. Taylor Mullen 90601ef853 Cleanup `Microsoft.AspNet.Server.IIS` usage. 2015-12-28 16:48:37 -08:00
Ryan Nowak 9b9fd5ff00 React to breaking changes in antiforgery 2015-12-15 15:55:09 -08:00
Kiran Challa 05dcc22da7 Temporarily disabling smoke tests from running on Mono 2015-12-14 10:07:06 -08:00
Kiran Challa 5c2ef70cae Modifying E2E tests to run on coreclr 2015-12-12 23:01:38 -08:00
Kiran Challa e6bf744d49 Increasing the HttpClient timeout to 5 seconds to fix test failures on Travis CI 2015-12-10 14:35:02 -08:00
Kiran Challa 562f65c9c8 Changed log level to Information 2015-12-09 15:36:48 -08:00
John Luo e840ba06e2 Reacting to verbose rename 2015-12-08 15:48:10 -08:00
Chris R b3e5e7c178 Fix Google & Twitter, harden the tests. 2015-12-03 16:01:33 -08:00
Chris R 2ce9fcc233 Fix facebook tests. 2015-12-03 11:11:48 -08:00
Kiran Challa d584c09413 Fixed OpenIdConnectBackChannelHttpHandler's path to the configuration file 2015-11-30 13:45:03 -08:00
Ryan Nowak 765304aad9 React to breaking changes in MVC 2015-11-20 16:04:30 -08:00
Nate McMaster 9db4940c5d Increase connect timeout in music store tests 2015-11-20 11:42:37 -08:00
Pranav K ef293c645c Fixing tests 2015-11-17 17:06:36 -08:00
Troy Dai 9532446b56 Disable OpenIdConnectTests on Mono temporary
The OpenIdConnectTests have been skipped on Windows for months. The
tests are not up-to-date. Work item #565 is filed to track the work of
updating the test. In the meantime, the tests are disabled to make
MusicStore pass on Travis.
2015-11-13 11:43:24 -08:00
Pranav K 5ddab1ffc8 Reacting to DI changes 2015-11-13 11:31:02 -08:00
Chris R 3c1fa00c4d React to Query changes. 2015-11-03 11:37:22 -08:00
Chris R a6a17f296d React to ServerFactory changes. 2015-10-31 07:35:42 -07:00
Arthur Vickers 1b87767472 Fix bug in test where key value was not being set. 2015-10-16 15:27:39 -07:00
Victor Hurdugaci 69ed946970 Move compiler shared to its own folder 2015-10-16 10:11:09 -07:00
あまみや ゆうこ 912aaaa9d2 To correct word spell 2015-10-16 09:49:04 -07:00
Kiran Challa c36b89aa16 Unskip a test as it has been fixed in dnx 2015-10-15 14:26:10 -07:00