diff --git a/test/tickets/LDEV5085.cfc b/test/tickets/LDEV5085.cfc index fa37fdcf0a..c0d2e49c69 100644 --- a/test/tickets/LDEV5085.cfc +++ b/test/tickets/LDEV5085.cfc @@ -5,7 +5,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" { it( title='test preside anti samy service (full path)', body=function() { var path = getDirectoryFromPath( getCurrentTemplatePath() ); - var antisamy = new LDEV5085.AntiSamyService( path & "LDEV5085\antisamylib" ); + var antisamy = new LDEV5085.AntiSamyService( path & "LDEV5085#server.separator.file#antisamylib" ); var str = "
xss
"; var result = antisamy.clean( str ); expect( result ).toBe( "
xss
" );