mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-15 13:39:54 -04:00
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:
committed by
Atomic Bot
parent
d1b4719ab8
commit
bd6f71a3c8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user