From 52b3d7268be0bed67ced7e20de9537944f25869c Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 31 Oct 2014 15:20:15 -0400
Subject: [PATCH] More tests.

---
 .../VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php
index 364477564e7..6eedf2d47e1 100644
--- a/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php
+++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php
@@ -79,6 +79,8 @@ class UtilsTest extends \VuFindTest\Unit\TestCase
             '1947-3' => '1947-03-01',
             '1973-02-31' => '1973-02-01',       // illegal day
             '1973-31-31' => '1973-01-01',       // illegal month
+            '1964-zz' => '1964-01-01',
+            '1964-01-zz' => '1964-01-01',
         );
         
         foreach ($tests as $in => $out) {
-- 
GitLab