From 285df2c54d17b6a4cf2f3d6f83c8c9e08ce8dd31 Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Wed, 3 Sep 2014 22:13:27 -0700
Subject: [PATCH] Issue #2323721 follow-up by David_Rothstein: Restore missing
 test.

---
 core/modules/shortcut/src/Tests/ShortcutLinksTest.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/modules/shortcut/src/Tests/ShortcutLinksTest.php b/core/modules/shortcut/src/Tests/ShortcutLinksTest.php
index 1dc314da0694..85c725302732 100644
--- a/core/modules/shortcut/src/Tests/ShortcutLinksTest.php
+++ b/core/modules/shortcut/src/Tests/ShortcutLinksTest.php
@@ -38,6 +38,7 @@ public function testShortcutLinkAdd() {
 
     // Create some paths to test.
     $test_cases = array(
+      array('path' => '', 'route_name' => '<front>'),
       array('path' => '<front>', 'route_name' => '<front>'),
       array('path' => 'admin', 'route_name' => 'system.admin'),
       array('path' => 'admin/config/system/site-information', 'route_name' => 'system.site_information_settings'),
-- 
GitLab