This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
49bf7e43a496d1ceb0baafd34ff8b2498e352fd7
Umbraco-CMS
/
src
/
Umbraco.Tests
/
TestHelpers
History
Shannon
f457edfada
fixes tests
2017-08-23 15:20:12 +10:00
..
ControllerTesting
fixes tests
2017-08-23 15:20:12 +10:00
Entities
Updates unit tests to show usages of UDIs for pickers instead of INT
2017-08-08 12:35:12 +10:00
Stubs
…
BaseDatabaseFactoryTest.cs
Merge dev-v7.6 into temp-u4-9462
2017-03-09 15:29:26 +01:00
BaseRoutingTest.cs
…
BaseSeleniumTest.cs
Changes magic strings to constants for database provider types.
2016-08-09 15:36:02 +02:00
BaseUmbracoApplicationTest.cs
adds invite user endpoint with a controller test!
2017-05-24 19:01:01 +10:00
BaseUmbracoConfigurationTest.cs
Cleanup SafeCallContext
2016-09-13 10:14:27 +02:00
BaseUsingSqlCeSyntax.cs
…
BaseWebTest.cs
…
ConsoleLogger.cs
U4-8432 Update log4net async appender to use the official log4net one
2017-04-07 12:08:16 +10:00
DatabaseBehavior.cs
…
DatabaseTestBehaviorAttribute.cs
…
FakeHttpContextFactory.cs
Cleans up the usages of auth cookies. OWIN is in charge of auth cookies but because we have Webforms, WebApi, MVC and OWIN, they all like to deal with cookies differently. OWIN should still be solely in charge of the auth cookies, so the auth extensions are cleaned up, the renewal now works by queuing the renewal and we have custom middleware detect if a force renewal has been queued and we renew the auth cookie there. Have obsoleted a few methods that should not be used that write auth tickets directly (this is purely for backwards compat with webforms). All of these changes now ensure that the auth cookie is renewed consistently between Webforms, WebApi, MVC and OWIN. Some changes also include ensuring that OWIN is used to sign out.
2015-11-19 18:12:21 +01:00
MockHelper.cs
Merge temp-u4-9322 (Shan Events) into temp-u4-9322a (Steph) - builds
2017-01-27 11:42:54 +01:00
RequiresAutoMapperMappingsAttribute.cs
…
SettingsForTests.cs
fixes more tests, gotta be close now
2017-07-31 19:47:02 +10:00
TestHelper.cs
publisizes a constant (moves it to where it should be), publicizes another required class for deploy, bumps version
2017-01-12 17:33:30 +11:00
TestProfiler.cs
…