Removed the Ignore from corrected unit tests

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-08-04 13:33:21 -07:00
parent 0e773c0352
commit b2fbce9c54

View File

@@ -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);