diff options
author | Johan Dahlin <johan@gnome.org> | 2008-03-05 15:02:25 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-03-05 15:02:25 +0000 |
commit | 51b658c6c2552a96340e40a81b1301e3c38fa0e8 (patch) | |
tree | 499caa15476a07a15509880cf6047a5baf6a7b3b /tests | |
parent | 4e6561b2b2dfe1fbc0d816f93c87500e771b6851 (diff) | |
download | gtk+-51b658c6c2552a96340e40a81b1301e3c38fa0e8.tar.gz |
Restore accidentally broken test.
2008-03-05 Johan Dahlin <johan@gnome.org>
* tests/buildertest.c (test_list_store): Restore accidentally broken test.
svn path=/trunk/; revision=19713
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildertest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildertest.c b/tests/buildertest.c index 6649aa18b6..60467d5448 100644 --- a/tests/buildertest.c +++ b/tests/buildertest.c @@ -527,7 +527,7 @@ test_list_store (void) " </columns>" " <data>" " <row>" - " <col id=\"0\" translatable=\"yes\">_Quit</col>" + " <col id=\"0\" translatable=\"yes\">John</col>" " <col id=\"1\" context=\"foo\">Doe</col>" " <col id=\"2\" comment=\"foobar\">25</col>" " </row>" |