Commit Graph

182 Commits

Author SHA1 Message Date
Praburaj 9faa6f8230 Copying the AspNet.Loader.dll only on non-kpm bundle scenario 2015-03-18 11:38:03 -07:00
Praburaj 36a3262661 Moving some IIS express related helpers to a different class. 2015-03-17 14:26:19 -07:00
Praburaj 6445f6388b Temporarily disable the --no-source test variation
Seems to fail on CI but not on local machines. Investigating this.
2015-03-17 14:24:52 -07:00
Praburaj 6dc2417f9e Adding some coverage for the --no-source switch 2015-03-17 12:46:02 -07:00
ianhong 1b502cbee7 Music Store sample Unit Tests - (except usermanager and signinmanager) 2015-03-17 11:12:51 -07:00
Hao Kung 47b34cd1da React to auth changes 2015-03-16 18:38:53 -07:00
Praburaj 5004bac6aa React to AddSessionServices rename to AddSession 2015-03-13 11:56:20 -07:00
N. Taylor Mullen 649a74a753 Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-13 00:34:51 -07:00
Praburaj 36271260a1 Reacting to Caching extension rename 2015-03-12 17:06:16 -07:00
Praburaj ad9e11ed2e React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:39:00 -07:00
Hao Kung c49fd85c56 React to identity changes 2015-03-11 16:10:55 -07:00
Praburaj 39fc5ebdc4 Making the tests robust
And some general cleanup
2015-03-11 14:48:34 -07:00
Praburaj b0c989ce90 Modifying the logic to identify the runtime to use
Also quoting the application path being passed to iisexpress/k web so that application path can contain spaces.
2015-03-11 14:48:23 -07:00
N. Taylor Mullen a6982fae6c Update .kproj => .xproj. 2015-03-11 14:09:25 -07:00
N. Taylor Mullen 9878f7dcf9 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:19 -07:00
N. Taylor Mullen 2438fa20e3 Update klr => dnx naming. 2015-03-09 02:30:20 -07:00
N. Taylor Mullen 2d7500c3bb Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx. 2015-03-08 12:51:40 -07:00
N. Taylor Mullen 58c8e44786 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:51:38 -07:00
N. Taylor Mullen 2ecb358c10 React to interface hosting changes. 2015-03-05 22:04:46 -08:00
Hao Kung 28bfb92e63 React to identity changes 2015-03-05 14:23:12 -08:00
N. Taylor Mullen be747a63ed Remove trailling semicolon in test project.json 2015-03-05 00:37:27 -08:00
ianhong a67ed25586 Adding MusicStore unit tests for Session and Cookies 2015-03-04 23:51:39 -08:00
Brennan c230aa23e1 Logging API changes 2015-03-04 21:17:32 -08:00
Hao Kung a1e5048a0a React to DI 2015-03-04 19:27:34 -08:00
ianhong 5f95406fd0 MusicStore Unit Tests (1) - MVC, EF, Cache, RequestAborted, User 2015-03-04 15:16:23 -08:00
ianhong 6efdbc75c7 Adding a unit test for SignInManager and UnitManager 2015-03-04 14:47:58 -08:00
Ajay Bhargav Baaskaran 38cc9aadb4 React to aspnet/Mvc#2076 changes 2015-03-03 17:12:31 -08:00
Praburaj 7b8ace5489 Re-enable the Ntlm authentication tests
User.IsSignedIn() does not return true for NTLM. So pulling the NTLM check out of the code block.
2015-03-03 16:49:00 -08:00
Hao Kung 1df35b8e8b Reenable OpenId test 2015-03-03 15:51:18 -08:00
Hao Kung 14b99ebab1 Skip failing OpenId/NTLM tests to unblock build
https://github.com/aspnet/MusicStore/issues/412 to track
2015-03-02 18:39:20 -08:00
Hao Kung 850ba6375d React to AuthN/Z changes 2015-03-02 16:31:35 -08:00
Praburaj 0ef3921e20 Removing aspnetcore50 from test project.json
Uncommented section seems to throw on build.cmd
2015-02-22 18:49:59 -08:00
Praburaj 0e72888105 Making tests runnable on coreclr 2015-02-22 18:27:03 -08:00
Praburaj 7da407a17a Using statuscode pages in the sample
Adding some automation as well.
2015-02-16 17:22:57 -08:00
Praburaj fc933c83c2 Fixing a test issue 2015-02-16 15:31:56 -08:00
Praburaj 7b45ab2065 Fixing test
Using a non-redirecting handler while sending logout request to shield from external changes.
2015-02-13 16:58:53 -08:00
Troy Dai daaeca8681 Skip a few CoreCLR tests temporarily 2015-02-13 00:27:07 -08:00
Praburaj 2c881cf6a6 Adding verification for openIdconnect logout flow
As well removed the logic to wait for the creation of the db file in userprofile folder
as we now have retry logic.
2015-02-06 12:09:11 -08:00
Praburaj c635116278 Changing some more logger usage to use structured logging. 2015-02-05 10:38:49 -08:00
Praburaj d78932d927 Using structure logging strings. 2015-02-04 17:29:04 -08:00
Suhas Joshi 1165ba363e Increasing time out for mono 2015-02-04 12:00:15 -08:00
Praburaj 8617bdc223 Printing the runtime information at the beginning of the test 2015-02-04 11:10:53 -08:00
Praburaj 5df0d884aa Removing a fixed waittime of 25 seconds on mono
Setting an increased retry wait time. Now test will wait for 42 seconds before giving up.
2015-02-03 15:09:26 -08:00
Praburaj e26705e2de Changing codeplex -> github.com/aspnet/musicstore 2015-02-02 17:39:09 -08:00
Praburaj b48c46ee7d Reenabling the open idconnect test
Bug # https://github.com/aspnet/Security/issues/144 is fixed.
Reenabling the test to run on CI.
2015-02-02 13:59:28 -08:00
Praburaj 7783c36856 Disabling the openIdc test to enable coherence
Seems like the External cookie is null though openidc successfully created the identity and tries to signin. Before this is investigated to unblock the build disabling the test.
2015-01-30 17:02:01 -08:00
Wei Wang 7da71fc5ee Fix Open ID test case 2015-01-29 18:35:12 -08:00
Wei Wang 4277bb75b1 Merge remote-tracking branch 'origin/release' into dev 2015-01-29 16:30:59 -08:00
Wei Wang 3bf675f343 React to runtime renaming revert 2015-01-29 00:01:52 -08:00
Praburaj c3b4b6369e Some cleanup 2015-01-28 10:18:30 -08:00