Index: src/libchcore/Tests/TestsTSQLiteDatabase.cpp =================================================================== diff -u -N --- src/libchcore/Tests/TestsTSQLiteDatabase.cpp (revision a4635addad389b9e117679437a3e1b64a739ea96) +++ src/libchcore/Tests/TestsTSQLiteDatabase.cpp (revision 0) @@ -1,14 +0,0 @@ -#include "stdafx.h" -#include "gtest/gtest.h" -#include "gmock/gmock.h" -#include "../TSQLiteDatabase.h" - -using namespace chcore; -using namespace sqlite; - -TEST(SQLiteDatabase, CreationWithVerification) -{ - TSQLiteDatabase db(PathFromString(_T(":memory:"))); - EXPECT_TRUE(db.GetHandle() != nullptr); - EXPECT_FALSE(db.GetInTransaction()); -}