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.

This commit is contained in:
Shannon
2014-03-17 19:38:29 +11:00
parent 30cfa4c0ae
commit d19d1b3a18
72 changed files with 114 additions and 791 deletions

View File

@@ -11,6 +11,7 @@ using Umbraco.Tests.TestHelpers;
namespace Umbraco.Tests.Persistence.Repositories
{
[DatabaseTestBehavior(DatabaseBehavior.NewDbFileAndSchemaPerTest)]
[TestFixture]
public class DictionaryRepositoryTest : BaseDatabaseFactoryTest
{