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.
This commit is contained in:
committed by
Havoc Pennington
parent
dcff7a6aea
commit
419f3e9bcc
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user