Skip to content

Commit

Permalink
update to the Mysql test to make it work.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhemsley committed Sep 27, 2007
1 parent e2421e6 commit 97997cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Providers/MySqlTransformationProviderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void SetUp()

_provider.AddTable("Test2",
new Column("Id", typeof(int), ColumnProperties.PrimaryKeyWithIdentity),
new Column("TestId", typeof(int))
new Column("TestId", typeof(int), ColumnProperties.ForeignKey)
);
}

Expand Down

0 comments on commit 97997cc

Please sign in to comment.