Doug Bunting
df29aaaafd
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:27 -07:00
Praburaj
3b8d53e010
Fixing namespaces.
...
My VS build succeeds even without this change. On CI it seems to fail.
2015-04-01 13:59:57 -07:00
Praburaj
09a7250ccd
Fixing the logging package names in the unit test projects.
2015-04-01 13:25:13 -07:00
Wei Wang
1e29b52278
Rename "dnu bundle" to "dnu publish"
2015-03-28 12:10:12 -07:00
Praburaj
4ccf7b090b
Fixing test helpers
...
The command to execute tests have changed to dnx . test. As a result the path to dnx.exe cannot be retrieved from Environment.CommandLineArgs().
Changing the way to obtain path to dnx.exe.
2015-03-25 09:57:03 -07:00
Praburaj
b233a7ee25
Re-enabling coreclr based E2E tests
2015-03-24 17:30:29 -07:00
Suhas Joshi
83d9003b7a
React to Identity changes
2015-03-24 13:07:41 -07:00
Wei Wang
0f0fc2e23e
Rename kpm to dnu
2015-03-24 00:36:00 -07:00
ajcvickers
9b188a047d
Use UseSqlServer in tests
2015-03-20 17:04:48 -07:00
ajcvickers
a76b6cac24
Stop passing IConfiguration to AddEntityFramework
2015-03-20 14:25:25 -07:00
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