@@ -282,7 +282,7 @@ describe('ResourceMapper', () => {
282282 ] ,
283283 {
284284 path : `${ rootPath } space/` ,
285- contentType : 'application/octet-stream'
285+ contentType : 'text/turtle' // ' application/octet-stream'
286286 } )
287287
288288 itMapsUrl ( mapper , 'a URL ending with a slash when index$.html is available' ,
@@ -295,7 +295,7 @@ describe('ResourceMapper', () => {
295295 ] ,
296296 {
297297 path : `${ rootPath } space/` ,
298- contentType : 'application/octet-stream'
298+ contentType : 'text/turtle' // ' application/octet-stream'
299299 } )
300300
301301 itMapsUrl ( mapper , 'a URL ending with a slash when index$.ttl is available' ,
@@ -307,7 +307,7 @@ describe('ResourceMapper', () => {
307307 ] ,
308308 {
309309 path : `${ rootPath } space/` ,
310- contentType : 'application/octet-stream'
310+ contentType : 'text/turtle' // ' application/octet-stream'
311311 } )
312312
313313 itMapsUrl ( mapper , 'a URL ending with a slash to a folder when index.html is available but index is skipped' ,
@@ -321,7 +321,7 @@ describe('ResourceMapper', () => {
321321 ] ,
322322 {
323323 path : `${ rootPath } space/` ,
324- contentType : 'application/octet-stream'
324+ contentType : 'text/turtle' // ' application/octet-stream'
325325 } )
326326
327327 itMapsUrl ( mapper , 'a URL ending with a slash to a folder when no index is available' ,
@@ -330,7 +330,7 @@ describe('ResourceMapper', () => {
330330 } ,
331331 {
332332 path : `${ rootPath } space/` ,
333- contentType : 'application/octet-stream'
333+ contentType : 'text/turtle' // ' application/octet-stream'
334334 } )
335335
336336 itMapsUrl ( mapper , 'a URL of that has an accompanying acl file, but no actual file' ,
@@ -342,7 +342,7 @@ describe('ResourceMapper', () => {
342342 ] ,
343343 {
344344 path : `${ rootPath } space/` ,
345- contentType : 'application/octet-stream'
345+ contentType : 'text/turtle' // ' application/octet-stream'
346346 } )
347347
348348 itMapsUrl ( mapper , 'a URL ending with a slash for text/html when index.html is not available' ,
@@ -373,13 +373,13 @@ describe('ResourceMapper', () => {
373373 itMapsUrl ( mapper , 'a URL ending with a slash to a folder when index is skipped' ,
374374 {
375375 url : 'http://localhost/space/' ,
376- contentType : 'application/octet-stream' ,
376+ contentType : 'text/turtle' , // ' application/octet-stream',
377377 createIfNotExists : true ,
378378 searchIndex : false
379379 } ,
380380 {
381381 path : `${ rootPath } space/` ,
382- contentType : 'application/octet-stream'
382+ contentType : 'text/turtle' // ' application/octet-stream'
383383 } )
384384
385385 itMapsUrl ( mapper , 'a URL ending with a slash for text/turtle' ,
0 commit comments