[epiphany] Revert "Fix location entry test after location entry redesign"



commit d364a0c6c275cd289db08ad33a6b0a270a286472
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Mar 5 10:30:04 2018 -0600

    Revert "Fix location entry test after location entry redesign"
    
    This reverts commit 6e209f79a0b344bcb0bfc3e6a3d3005b01120c3f.

 tests/ephy-location-entry-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-location-entry-test.c b/tests/ephy-location-entry-test.c
index 4d232a2..bcd6beb 100644
--- a/tests/ephy-location-entry-test.c
+++ b/tests/ephy-location-entry-test.c
@@ -95,7 +95,7 @@ test_entry_get_location_empty (void)
   widget = EPHY_TITLE_WIDGET (ephy_location_entry_new ());
 
   get = ephy_title_widget_get_address (widget);
-  g_assert_null (get);
+  g_assert_cmpstr ("", ==, get);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]