[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Data.Sqlite / Test / ChangeLog
index c6ae84a8a5254e276c13bece6a6a6a41473a7f4e..6e46a03e91692e050610c086335bea6787593e2a 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * SqliteCommandUnitTests.cs: Fix test ordering issues with the new nunit
+       version by marking Create () as [SetUp] instead of [Test].
+
 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
 
        * SqliteParameterUnitTests.cs: Disable the InsertRandomValuesWithParameter