Skip to content

Commit

Permalink
added some cleanup tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dradovic committed Dec 11, 2012
1 parent 4b0ea7c commit 0617cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MigSharp.SqlServer.NUnit/SqlServerIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public abstract class SqlServerIntegrationTests : IntegrationTestsBase

private Database _database;

[Test]
[Test] // FIXME: remove this test!?
public void TestMigration1UsingConsoleApp()
{
TestMigration1UsingMigrate();
Expand Down
1 change: 1 addition & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
This file contains global TODOs for the next release that are not in the source code
====================================================================================

- remove SqlServer references from MigSharp.NUnit
- SQLite
- Add support for foreign keys (see https://github.com/dradovic/MigSharp/issues/2)
- update wiki and all referencing pages to include SQLite support
Expand Down

0 comments on commit 0617cda

Please sign in to comment.