Update colum tests

We have tests for internal apis now, and they
catch when we change those apis. Yay.

Closes: #2460
Approved by: alexlarsson
This commit is contained in:
Matthias Clasen
2019-01-11 15:32:26 -05:00
committed by Atomic Bot
parent d1b4719ab8
commit bd6f71a3c8

View File

@@ -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;