Index: Tests/tkt-d0116ee2c3.eagle ================================================================== --- Tests/tkt-d0116ee2c3.eagle +++ Tests/tkt-d0116ee2c3.eagle @@ -52,11 +52,11 @@ command.CommandText = "SELECT x FROM t1;"; using (SQLiteDataReader dataReader = command.ExecuteReader()) { dataReader.Close(); - command.Connection = null; /* SQLiteException? */ + command.Connection = null; /* InvalidOperationException? */ } } } } }