forked from AuroraMiddleware/gtk
Put the text buffer tests in the internal_tests suite
We'll start testing the internal gtk_text_buffer_get_run_attributes() soon.
This commit is contained in:
parent
737854aa0d
commit
ae06e40bcc
@ -76,7 +76,6 @@ tests = [
|
||||
{ 'name': 'spinbutton' },
|
||||
{ 'name': 'stringlist' },
|
||||
{ 'name': 'templates' },
|
||||
{ 'name': 'textbuffer' },
|
||||
{ 'name': 'textiter' },
|
||||
{ 'name': 'theme-validate' },
|
||||
{ 'name': 'tooltips' },
|
||||
@ -119,6 +118,7 @@ internal_tests = [
|
||||
{ 'name': 'propertylookuplistmodel' },
|
||||
{ 'name': 'rbtree' },
|
||||
{ 'name': 'timsort' },
|
||||
{ 'name': 'textbuffer' },
|
||||
{ 'name': 'texthistory' },
|
||||
{ 'name': 'fnmatch' },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user