Home | History | Annotate | Download | only in tests

Lines Matching full:line

47   int line;
67 /* Line ends testing */
80 /* Test read line */
83 line = 0;
90 g_assert_cmpstr (data, ==, lines[line]);
92 line++;
95 g_assert_cmpint (line, ==, MAX_LINES);
128 int line;
146 line = 0;
155 line++;
159 g_assert_cmpint (line, ==, DATA_PARTS_NUM);