diff options
author | Havoc Pennington <hp@redhat.com> | 2001-11-14 18:58:26 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-11-14 18:58:26 +0000 |
commit | 419f3e9bcc0f27b49dfd2e59328f10dc198a421d (patch) | |
tree | a1be8e717411a9002f18b30073824efb7d0162a6 /tests | |
parent | dcff7a6aeac7d36a1cbd891ff639898b07868552 (diff) | |
download | gdk-pixbuf-419f3e9bcc0f27b49dfd2e59328f10dc198a421d.tar.gz |
bulk of the tests were commented out, oops.
2001-11-14 Havoc Pennington <hp@redhat.com>
* tests/testtextbuffer.c (main): bulk of the tests were commented
out, oops.
* gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this
function work, should resolve #63426
(gtk_text_iter_ends_line): return TRUE for the end iterator
* gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
a couple things that might get cached in here.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testtextbuffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testtextbuffer.c b/tests/testtextbuffer.c index 61837c96f..f9a820ba2 100644 --- a/tests/testtextbuffer.c +++ b/tests/testtextbuffer.c @@ -92,10 +92,10 @@ main (int argc, char** argv) /* Put stuff in the buffer */ fill_buffer (buffer); -#if 0 + /* Subject stuff-bloated buffer to further torment */ run_tests (buffer); -#endif + /* Delete all stuff from the buffer */ gtk_text_buffer_get_bounds (buffer, &start, &end); gtk_text_buffer_delete (buffer, &start, &end); |