From 9b6c7d0d635b848edda1642f5e780e901d321b85 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 26 Feb 2018 16:01:14 -0500
Subject: [PATCH] Remove obsolete comment.

---
 .../src/VuFindTest/Mink/CallnumberBrowseTest.php             | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CallnumberBrowseTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CallnumberBrowseTest.php
index 5ab7e0c7e8b..87ebe371fee 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CallnumberBrowseTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CallnumberBrowseTest.php
@@ -163,11 +163,6 @@ class CallnumberBrowseTest extends \VuFindTest\Unit\MinkTestCase
         $link = $page->find('css', '.callnumber a,.groupCallnumber a,.fullCallnumber a');
         if ($expectLinks) {
             $this->checkLink($link, $type);
-            // TODO
-            // if 'all'
-            // - refresh until multiple
-            // - test multiple
-            // else
         } else {
             $this->assertTrue(null === $link);
         }
-- 
GitLab