mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removed the Ignore from corrected unit tests
--HG-- branch : dev
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Orchard.Tests.Data.Builders {
|
||||
|
||||
|
||||
|
||||
[Test, Ignore("Fix pending")]
|
||||
[Test]
|
||||
public void SqlCeSchemaShouldBeGeneratedAndUsable() {
|
||||
|
||||
var recordDescriptors = new[] {
|
||||
@@ -92,7 +92,7 @@ namespace Orchard.Tests.Data.Builders {
|
||||
|
||||
}
|
||||
|
||||
[Test, Ignore("Fix pending")]
|
||||
[Test]
|
||||
public void SqlServerSchemaShouldBeGeneratedAndUsable() {
|
||||
var databasePath = Path.Combine(_tempDataFolder, "Orchard.mdf");
|
||||
CreateSqlServerDatabase(databasePath);
|
||||
|
Reference in New Issue
Block a user