[nautilus] file: adjust test to current naming scheme
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] file: adjust test to current naming scheme
- Date: Tue, 4 Sep 2012 14:54:15 +0000 (UTC)
commit fa1c1aaa70cfe3cea9c10626f9f9c36475fc8ae6
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 4 10:47:21 2012 -0400
file: adjust test to current naming scheme
This is needed after 874f69f244ba397925fe71f9500ac21bed761bb0
libnautilus-private/nautilus-file.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libnautilus-private/nautilus-file.c b/libnautilus-private/nautilus-file.c
index 2018cec..09fdc05 100644
--- a/libnautilus-private/nautilus-file.c
+++ b/libnautilus-private/nautilus-file.c
@@ -8207,7 +8207,6 @@ nautilus_self_check_file (void)
EEL_CHECK_STRING_RESULT (nautilus_file_get_name (file_1), "home");
nautilus_file_unref (file_1);
-#if 0
/* ALEX: I removed this, because it was breaking distchecks.
* It used to work, but when canonical uris changed from
* foo: to foo:/// it broke. I don't expect it to matter
@@ -8215,10 +8214,9 @@ nautilus_self_check_file (void)
file_1 = nautilus_file_get_by_uri (":");
EEL_CHECK_STRING_RESULT (nautilus_file_get_name (file_1), ":");
nautilus_file_unref (file_1);
-#endif
file_1 = nautilus_file_get_by_uri ("eazel:");
- EEL_CHECK_STRING_RESULT (nautilus_file_get_name (file_1), "eazel");
+ EEL_CHECK_STRING_RESULT (nautilus_file_get_name (file_1), "eazel:///");
nautilus_file_unref (file_1);
/* sorting */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]