Skip to content

Commit

Permalink
don't test sqlite major version
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 28, 2019
1 parent b687157 commit b1ab9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sqlite/test/SQLiteTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ TEST(SQLiteTest, testVersionInfo)
EXPECT_EQ(p[0], '3'); // 3.8.9 as of this commit

const std::string q = db.getSpatialiteVersion();
EXPECT_EQ(q[0], '4'); // 4.2.0 as of this commit
// EXPECT_EQ(q[0], '4'); // Might be '4' or '5'

// FileUtils::deleteFile(filename);
}

0 comments on commit b1ab9e0

Please sign in to comment.