Skip to content

Commit

Permalink
Don't exclude firebird from CanCreateUniqueConstraint() test
Browse files Browse the repository at this point in the history
  • Loading branch information
concept-hf authored and daniellee committed Mar 10, 2013
1 parent a5a87fb commit 09e4867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ public void CanCreateUniqueConstraint()
runner.Down(new TestCreateAndDropTableMigration());
}, true, new[] { typeof(SqliteProcessor), typeof(FirebirdProcessor)});
}, true, typeof(SqliteProcessor));
}

[Test]
Expand Down

0 comments on commit 09e4867

Please sign in to comment.