Stephan
c0eaeb3168
Fix tests with issues
2017-07-21 13:06:23 +02:00
Sebastiaan Janssen
7e7acd0049
Correcting my mistakes to the unit test, using the wrong alias
2014-12-11 11:02:51 +01:00
Sebastiaan Janssen
899d325ca1
Updates unit tests to use the newer new ContentType method and obsoletes the old one
2014-12-10 11:52:03 +01:00
Shannon
2d6d95a63e
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Tests/Persistence/Auditing/AuditTests.cs
src/Umbraco.Tests/Persistence/PetaPocoExtensionsTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserTypeRepositoryTest.cs
src/Umbraco.Tests/PublishedContent/DynamicDocumentTestsBase.cs
src/Umbraco.Tests/PublishedContent/PublishedContentExtensionTests.cs
src/Umbraco.Tests/Routing/NiceUrlsProviderWithDomainsTests.cs
src/Umbraco.Tests/Services/LocalizationServiceTests.cs
src/Umbraco.Tests/Services/PackagingServiceTests.cs
src/Umbraco.Tests/Services/PerformanceTests.cs
src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
2014-03-17 19:44:34 +11:00
Shannon
d19d1b3a18
Changes database behavior in integration tests to be opt-in, removes the db behavior to have a new schema per fixture, now we only deal in new files + schema per fixture/tests as it was taking longer to uninstall the db tables than just delete the file.
2014-03-17 19:38:29 +11:00
Shannon
d5e0c6ff68
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
...
Conflicts:
.gitignore
src/Umbraco.Tests/PublishedContent/PublishedContentExtensionTests.cs
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web.UI/umbraco/Umbraco.aspx.designer.cs
src/Umbraco.Web.UI/umbraco/editContent.aspx
src/Umbraco.Web.UI/umbraco/login.aspx
src/Umbraco.Web.UI/umbraco/masterpages/umbracoDialog.Master
src/Umbraco.Web.UI/umbraco/masterpages/umbracoPage.Master
src/Umbraco.Web.UI/umbraco/umbraco.aspx
2013-12-19 15:08:19 +11:00
Shannon
6b810c89f6
un-ignores PublishedContentExtensionTests
2013-12-19 13:28:17 +11:00
Shandem
89b0a2fd89
Merge pull request #170 from lars-erik/6.2.0_fix_publishedcontentextensiontests_sidebysidefriendly
...
Should make the PublishedContentExtensionTests green when ran together w...
2013-12-18 18:25:38 -08:00
Per Ploug Krogslund
7440855c72
merge
2013-11-07 17:16:22 +01:00
Shannon
6cf510a9be
More tests fixed
2013-11-04 19:47:09 +11:00
Shannon
9342a7e897
Starts fixing up some tests, un-ignores tests that shouldn't be ignored.
2013-11-01 17:32:03 +11:00
Lars-Erik Aabech
3fe99a402e
Should make the PublishedContentExtensionTests green when ran together with everything else in TeamCity
2013-10-16 15:45:39 +02:00
Sebastiaan Janssen
f9ad06be29
Something odd going on with the new tests being affected by tests that ran before them, no time to fix. Runs fine independently.
2013-10-16 14:19:24 +02:00
Lars-Erik Aabech
a1ef40e4be
Split the recursive IsDocumentType into an overload for "real" backwards compatibility.
...
Changed string comparison to use InvariantEquals. (guessing it doesn't _really_ break backw. compat?)
Added XML docs.
2013-10-16 11:38:58 +02:00
Lars-Erik Aabech
b6777e4635
Recursive PublishedContentExtensions IsDocumentType
...
Optional recursive parameter defaulted to false for backwards compatibility and no performance hit.
Settings recursive = true fetches content type for content and checks ancestor content types for the same alias.
2013-09-27 13:12:16 +02:00