diff --git a/tests/testcommon.c b/tests/testcommon.c index 1b7fb219..93cf43b5 100644 --- a/tests/testcommon.c +++ b/tests/testcommon.c @@ -449,10 +449,10 @@ static void test_columns (void) { Column columns[] = { - { "column1", "col1", "col1", 1, 1 }, - { "install", "install", "install", 0, 1 }, - { "helper", "helper", "helper", 1, 0 }, - { "column2", "col2", "col2", 0, 0 }, + { "column1", "col1", "col1", 0, 0, 1, 1 }, + { "install", "install", "install", 0, 0, 0, 1 }, + { "helper", "helper", "helper", 0, 0, 1, 0 }, + { "column2", "col2", "col2", 0, 0, 0, 0 }, { NULL, } }; Column *cols;