From 48b1f7d0873c94ef1c65be4572f3487281d1ca03 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 13 May 2015 10:12:10 -0400
Subject: [PATCH] Updated tests to match previous commit.

---
 .../VuFindTest/Role/PermissionProvider/ShibbolethTest.php   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php
index 86d752494c7..af72ab2bd80 100644
--- a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php
+++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php
@@ -63,7 +63,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase
     public function testMultivaluedOptionTrue()
     {
         $this->checkShibboleth(
-            ['affiliation' => 'student@example.org;member@example.org'],
+            ['Shib-Identity-Provider' => 'https://example.org/shibboleth-idp',
+             'affiliation' => 'student@example.org;member@example.org'],
             ['affiliation member@example.org'],
             ['loggedin']
         );
@@ -77,7 +78,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase
     public function testMultivaluedOptionFalse()
     {
         $this->checkShibboleth(
-            ['affiliation' => 'student@example.org;member@example.org'],
+            ['Shib-Identity-Provider' => 'https://example.org/shibboleth-idp',
+             'affiliation' => 'student@example.org;member@example.org'],
             ['affiliation staff@example.org'],
             []
         );
-- 
GitLab