# *************************************************************************** test old functions ******************************************************************************************************************
#
is(SLUB::LZA::SIPBuilderBagIt::check_xsl_directory(),$xsl_path->absolute,"check_xsl_directory(), return value if not exist");
ok($xsl_path->is_dir,"check_xsl_directory(), created if not exist");
is(SLUB::LZA::SIPBuilderBagIt::check_xsl_directory(),$xsl_path->absolute,"check_xsl_directory(), return value if exist");
ok($xsl_path->is_dir,"check_xsl_directory(), untouched if exist");
#
SKIP:{
skip"No response from server https://sru.bsz-bw.de/swb",1unless!$response->is_error;