@@ -122,12 +122,12 @@ class RecordHelperTest < ActionView::TestCase
122122 'kind' => 'bar'
123123 } ,
124124 {
125- 'description' => 'Free/open to all ' ,
125+ 'description' => 'no authentication required ' ,
126126 'kind' => 'Access to files'
127127 }
128128 ]
129129 }
130- assert_equal 'Free/open to all ' , access_type ( rights )
130+ assert_equal 'no authentication required ' , access_type ( rights )
131131 end
132132
133133 test 'gis_access_link returns nil if access type is blank' do
@@ -157,7 +157,7 @@ class RecordHelperTest < ActionView::TestCase
157157 'kind' => 'bar'
158158 } ,
159159 {
160- 'description' => 'Free/open to all ' ,
160+ 'description' => 'no authentication required ' ,
161161 'kind' => 'Access to files'
162162 }
163163 ]
@@ -173,7 +173,7 @@ class RecordHelperTest < ActionView::TestCase
173173 'kind' => 'bar'
174174 } ,
175175 {
176- 'description' => 'Not owned by MIT ' ,
176+ 'description' => 'unknown: check with owning institution ' ,
177177 'kind' => 'Access to files'
178178 }
179179 ] ,
@@ -202,7 +202,7 @@ class RecordHelperTest < ActionView::TestCase
202202 'kind' => 'bar'
203203 } ,
204204 {
205- 'description' => 'Free/open to all ' ,
205+ 'description' => 'no authentication required ' ,
206206 'kind' => 'Access to files'
207207 }
208208 ] ,
@@ -226,7 +226,7 @@ class RecordHelperTest < ActionView::TestCase
226226 'kind' => 'bar'
227227 } ,
228228 {
229- 'description' => 'MIT authenticated ' ,
229+ 'description' => 'MIT authentication required ' ,
230230 'kind' => 'Access to files'
231231 }
232232 ] ,
0 commit comments