2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-29 15:28:38 +00:00

[1216] deprecated the SQLite3Accessor constructor that takes RRClass

This commit is contained in:
JINMEI Tatuya
2011-10-06 17:29:08 -07:00
parent a3c0c4cffe
commit ff23bfe6d6
5 changed files with 28 additions and 53 deletions

View File

@@ -830,8 +830,7 @@ public:
class TestSQLite3Accessor : public SQLite3Accessor {
public:
TestSQLite3Accessor() : SQLite3Accessor(
TEST_DATA_BUILDDIR "/rwtest.sqlite3.copied",
RRClass::IN())
TEST_DATA_BUILDDIR "/rwtest.sqlite3.copied", "IN")
{
startUpdateZone("example.org.", true);
string columns[ADD_COLUMN_COUNT];