Mole
bf41c2eeaa
Netcore: Align namespaces ( #9801 )
...
* Rename Umbraco.Core namespace to Umbraco.Cms.Core
* Move extension methods in core project to Umbraco.Extensions
* Move extension methods in core project to Umbraco.Extensions
* Rename Umbraco.Examine namespace to Umbraco.Cms.Examine
* Move examine extensions to Umbraco.Extensions namespace
* Reflect changed namespaces in Builder and fix unit tests
* Adjust namespace in Umbraco.ModelsBuilder.Embedded
* Adjust namespace in Umbraco.Persistence.SqlCe
* Adjust namespace in Umbraco.PublishedCache.NuCache
* Align namespaces in Umbraco.Web.BackOffice
* Align namespaces in Umbraco.Web.Common
* Ensure that SqlCeSupport is still enabled after changing the namespace
* Align namespaces in Umbraco.Web.Website
* Align namespaces in Umbraco.Web.UI.NetCore
* Align namespaces in Umbraco.Tests.Common
* Align namespaces in Umbraco.Tests.UnitTests
* Align namespaces in Umbraco.Tests.Integration
* Fix errors caused by changed namespaces
* Fix integration tests
* Undo the Umbraco.Examine.Lucene namespace change
This breaks integration tests on linux, since the namespace wont exists there because it's only used on windows.
* Fix merge
* Fix Merge
2021-02-18 11:06:02 +01:00
Shannon
891ba8c9e9
fixing build
2021-02-05 13:26:28 +11:00
Shannon
967c150180
Merge branch 'netcore/netcore' into netcore/task/Surface-Routing-9717
2021-02-05 13:22:21 +11:00
Shannon
2f97265bc0
Moves controller integration tests into correct namespace
2021-02-02 14:46:46 +11:00
Bjarke Berg
4fdfec9d71
Added tests that ensure the potential ambigous endpoints are handled correct
2021-02-01 13:04:56 +01:00
Andy Butland
cd5f5778ee
Applied linting rules to tests within the Umbraco.Tests.Integration project.
2020-12-24 08:39:18 +01:00
Shannon
d5a19530f3
Fixing tests, more DependencyInjection namespace
2020-12-23 13:06:22 +11:00
Shannon
75796e3eae
Fixing tests, removing old files, adds notes
2020-12-21 15:58:47 +11:00
Shannon
cc1404747b
Changes PublishedSnapshotService to lazily load it's caches on demand when they are required instead of relying on an external initializer to load them.
2020-12-17 16:27:28 +11:00
Bjarke Berg
170aaa47a9
Changed the way we setup logging in integration tests, to respect the test option attribute
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-10-06 18:43:07 +02:00
Bjarke Berg
4880b16512
Fix tests
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-09-22 19:59:01 +02:00
Shannon
855a58a3cc
fix tests
2020-09-04 01:40:46 +10:00
Shannon
b5d2adaf25
remove explicit
2020-09-02 18:20:30 +10:00
Bjarke Berg
edd457c24b
Force Examine to run in sync for integration tests
2020-08-31 11:31:56 +02:00
Bjarke Berg
8322151426
Fix test issue. Now testserver tests always is executed in debugmode
2020-08-10 14:10:08 +02:00
Bjarke Berg
8dea65286b
Fix test. Asserting on something irrelevant
2020-08-10 13:21:44 +02:00
Bjarke Berg
711e2306e0
Cleanup
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-07 15:02:53 +02:00
Bjarke Berg
254921e24c
inserted explicit on failing tests.. Still need to investigate
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-07 14:10:00 +02:00
Bjarke Berg
aac8cd5423
Clean up + migrated AuditServiceTests
2020-07-01 17:42:39 +02:00
Bjarke Berg
7b546e6cee
Attempts to fix issue
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-30 20:11:39 +02:00
Bjarke Berg
aedac5a2b4
Added test to TemplateQueryController.GetContentTypes to ensure camelcase
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-29 14:22:58 +02:00
Bjarke Berg
6d993eb63b
Cleanup
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-26 13:58:15 +02:00
Bjarke Berg
f9d5acee84
Added test
2020-06-25 11:22:59 +02:00
Bjarke Berg
aaccaef6af
Started on AutoMoqDataAttribute
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-24 22:00:27 +02:00
Bjarke Berg
540195c597
Cleanup and fixed more tests
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-22 15:01:55 +02:00
Bjarke Berg
0714fc4734
Migrated some of the UserControllerTests
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-22 14:11:01 +02:00
Bjarke Berg
9e49d266d6
made failing tests explicit for now
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-22 10:22:19 +02:00
Bjarke Berg
67b1a8a318
Test remove setup class, as it is potentially running too early
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-19 06:59:20 +02:00
Bjarke Berg
27227043ba
Added custom (hack) for PrefixlessBodyModelValidatorAttribute.
2020-06-18 14:40:30 +02:00
Bjarke Berg
3a33e7bf29
Migrated ControllerContentTests.. Right now the test fails, but the test is correct
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-17 16:39:28 +02:00