Updated self-check expected results to match recent wording changes. This

* libnautilus-extensions/nautilus-search-uri.c:
	(nautilus_self_check_search_uri): Updated self-check
	expected results to match recent wording changes.
	This should fix the Tinderbox build.
This commit is contained in:
John Sullivan 2000-12-21 18:26:57 +00:00
parent 3535cc52de
commit 114bc35edc
3 changed files with 15 additions and 9 deletions

View file

@ -1,3 +1,10 @@
2000-12-21 John Sullivan <sullivan@eazel.com>
* libnautilus-extensions/nautilus-search-uri.c:
(nautilus_self_check_search_uri): Updated self-check
expected results to match recent wording changes.
This should fix the Tinderbox build.
2000-12-21 Rebecca Schulman <rebecka@eazel.com>
Fix for bug 5244, that search interface
text that are sentence fragments should have comments explaining
@ -137,7 +144,6 @@
(list_move_vertical), (list_moveto), (list_reveal_row),
(play_current_file):
>>>>>>> 1.3217
2000-12-20 John Sullivan <sullivan@eazel.com>
reviewed by: Pavel Cisler <pavel@eazel.com>

View file

@ -822,18 +822,18 @@ nautilus_self_check_search_uri (void)
/* make sure all the code paths work */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff"),
_("Items with \"stuff\" in the name"));
_("Items containing \"stuff\" in their names"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"),
_("Items with \"stuff\" in the name and are regular files"));
_("Items containing \"stuff\" in their names and that are regular files"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"
" & size smaller_than 2000"),
_("Items with \"stuff\" in the name, are regular files and "
_("Items containing \"stuff\" in their names, that are regular files and "
"smaller than 2000 bytes"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains medusa & file_type is directory"),
_("Items with \"medusa\" in the name and are "
_("Items containing \"medusa\" in their names and that are "
"folders"));
/* is_search_uri */

View file

@ -822,18 +822,18 @@ nautilus_self_check_search_uri (void)
/* make sure all the code paths work */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff"),
_("Items with \"stuff\" in the name"));
_("Items containing \"stuff\" in their names"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"),
_("Items with \"stuff\" in the name and are regular files"));
_("Items containing \"stuff\" in their names and that are regular files"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"
" & size smaller_than 2000"),
_("Items with \"stuff\" in the name, are regular files and "
_("Items containing \"stuff\" in their names, that are regular files and "
"smaller than 2000 bytes"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains medusa & file_type is directory"),
_("Items with \"medusa\" in the name and are "
_("Items containing \"medusa\" in their names and that are "
"folders"));
/* is_search_uri */