summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Schulman <rebecka@eazel.com>2000-11-17 02:27:14 +0000
committerRebecca Schulman <rebecka@src.gnome.org>2000-11-17 02:27:14 +0000
commit91ccf58d5aba90a2b256663a6d34967d4779f19d (patch)
tree3629d26d5b930411d7e9095abdd5ae5ad1b51d7d
parent177cb52d9469ed63a6e59aad9787bc64d2f6df06 (diff)
downloadnautilus-91ccf58d5aba90a2b256663a6d34967d4779f19d.tar.gz
Fixed the tests to go along with my changes
2000-11-16 Rebecca Schulman <rebecka@eazel.com> * libnautilus-extensions/nautilus-search-uri.c: (nautilus_self_check_search_uri): Fixed the tests to go along with my changes
-rw-r--r--ChangeLog6
-rw-r--r--libnautilus-extensions/nautilus-search-uri.c8
-rw-r--r--libnautilus-private/nautilus-search-uri.c8
3 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 15bb90533..3f26a84d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-16 Rebecca Schulman <rebecka@eazel.com>
+
+ * libnautilus-extensions/nautilus-search-uri.c:
+ (nautilus_self_check_search_uri):
+ Fixed the tests to go along with my changes
+
2000-11-16 John Sullivan <sullivan@eazel.com>
reviewed by: Darin Adler <darin@eazel.com>
diff --git a/libnautilus-extensions/nautilus-search-uri.c b/libnautilus-extensions/nautilus-search-uri.c
index 25c408c2f..a2ab2f751 100644
--- a/libnautilus-extensions/nautilus-search-uri.c
+++ b/libnautilus-extensions/nautilus-search-uri.c
@@ -721,15 +721,15 @@ 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 that have \"stuff\" in the name."));
+ _("Items with \"stuff\" in the name."));
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"),
- _("Items that have \"stuff\" in the name and are regular files."));
+ _("Items with \"stuff\" in the name and are regular files."));
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"
" & size smaller_than 2000"),
- _("Items that have \"stuff\" in the name, are regular files and that are "
+ _("Items with \"stuff\" in the name, are regular files and "
"smaller than 2000 bytes."));
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains medusa & file_type is directory"),
- _("Items that have \"medusa\" in the name and are "
+ _("Items with \"medusa\" in the name and are "
"directories."));
/* is_search_uri */
diff --git a/libnautilus-private/nautilus-search-uri.c b/libnautilus-private/nautilus-search-uri.c
index 25c408c2f..a2ab2f751 100644
--- a/libnautilus-private/nautilus-search-uri.c
+++ b/libnautilus-private/nautilus-search-uri.c
@@ -721,15 +721,15 @@ 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 that have \"stuff\" in the name."));
+ _("Items with \"stuff\" in the name."));
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"),
- _("Items that have \"stuff\" in the name and are regular files."));
+ _("Items with \"stuff\" in the name and are regular files."));
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"
" & size smaller_than 2000"),
- _("Items that have \"stuff\" in the name, are regular files and that are "
+ _("Items with \"stuff\" in the name, are regular files and "
"smaller than 2000 bytes."));
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains medusa & file_type is directory"),
- _("Items that have \"medusa\" in the name and are "
+ _("Items with \"medusa\" in the name and are "
"directories."));
/* is_search_uri */