Index: Setup/test_all.bat ================================================================== --- Setup/test_all.bat +++ Setup/test_all.bat @@ -285,10 +285,14 @@ SET HAVE_EF6=1 ) IF /I "%1" == "2013" ( SET HAVE_LINQ=1 SET HAVE_EF6=1 + ) + IF /I "%1" == "2015" ( + SET HAVE_LINQ=1 + SET HAVE_EF6=1 ) GOTO :EOF :fn_UnsetVariable SETLOCAL Index: Tests/tkt-da685c0bac.eagle ================================================================== --- Tests/tkt-da685c0bac.eagle +++ Tests/tkt-da685c0bac.eagle @@ -37,16 +37,13 @@ object invoke -flags +NonPublic \ System.Data.SQLite.UnsafeNativeMethods GetXmlConfigFileName } -cleanup { moveSystemDataSQLiteDllConfig true true -} -isolationLevel AppDomain -constraints {eagle command.object\ -compile.ISOLATED_INTERPRETERS System.Data.SQLite} -constraintExpression \ -{[haveConstraint defineConstant.System.Data.SQLite.SQLITE_STANDARD] || \ -[haveConstraint defineConstant.System.Data.SQLite.USE_INTEROP_DLL] || \ -[haveConstraint defineConstant.System.Data.SQLite.PLATFORM_COMPACTFRAMEWORK]} \ --result {}} +} -isolationLevel AppDomain -constraints \ +{eagle command.object compile.ISOLATED_INTERPRETERS System.Data.SQLite\ +defineConstant.System.Data.SQLite.USE_INTEROP_DLL} -result {}} ############################################################################### moveSystemDataSQLiteDllConfig true true