diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2005-09-29 00:26:41 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2005-09-29 00:26:41 +0000 |
commit | c5d43cdbef96cedcd2483cc0ba1e8d8d4a2e8407 (patch) | |
tree | 2f6c63642cbfb13c7b43b9f9121f33c0c40aea3b /tests | |
parent | 3e9f549d3b1a2b484c41320d5ba3c84ec304a7f3 (diff) | |
download | gtk+-c5d43cdbef96cedcd2483cc0ba1e8d8d4a2e8407.tar.gz |
Add a comment - Federico
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testcellrenderertext.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/testcellrenderertext.c b/tests/testcellrenderertext.c index 1a820b7d99..a33f124eb7 100644 --- a/tests/testcellrenderertext.c +++ b/tests/testcellrenderertext.c @@ -62,8 +62,14 @@ struct cell_params { #define TESTR "RIGHT JUSTIFIED This is really truly verily some very long text\n\330\247\331\204\330\263\331\204\330\247\331\205 \330\271\331\204\331\212\331\203\331\205 \330\247\331\204\330\263\331\204\330\247\331\205 \330\271\331\204\331\212\331\203\331\205 \330\247\331\204\330\263\331\204\330\247\331\205 \330\271\331\204\331\212\331\203\331\205" + +/* DO NOT CHANGE THE ROWS! They are numbered so that we can refer to + * problematic rows in bug reports. If you need a different test, just add a + * new row at the bottom. Also, please add your new row numbers to this column -------------------------------+ + * to keep things tidy. v + */ static const struct cell_params cell_params[] = { - { "xp yp xa ya se wi he wc ww wm sp el", "", 0, 0, 0.0, 0.5, TRUE, -1, -1, -1, -1, CH, FALSE, NO }, /* 0 */ + { "xp yp xa ya se wi he wc ww wm sp el", "", 0, 0, 0.0, 0.5, TRUE, -1, -1, -1, -1, CH, FALSE, NO }, /* 0 */ /* Test alignment */ |