We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The output from https://ftp.otobo.org/pub/otobo/misc/packages/repository.xml has changed. Thus the test has to be adapted.
# Actual data: # $VAR1 = { # 'http://ftp.otobo.org/pub/otobo/packages-thirdparty/' => 'ThirdParty Addons', # 'http://ftp.otobo.org/pub/otobo/packages/' => 'OTOBO Addons', # 'http://otopar.perl-services.de/std/' => 'OTOpar Addons', # 'https://ftp.otobo.org/pub/otobo/packages-itsm/bundle10/' => 'ITSM Bundle' # }; # # Expected data: # $VAR1 = { # 'http://ftp.otobo.org/pub/otobo/packages/' => 'OTOBO Addons' # }; #
The text was updated successfully, but these errors were encountered:
@svenoe : Could you check whether the mixing of http and https is intended in the content of https://ftp.otobo.org/pub/otobo/misc/packages/repository.xml .
Sorry, something went wrong.
Issue #1648: convert to using Test2::V0
95d7a8b
Issue #1648: adapt to updated repository list
41e1b2f
Merge branch 'rel-10_0' into issue-#1648-repository_xml
04309c1
Issue #1648: repository.xml now consistently uses https URLs
183939b
Merge pull request #1649 from RotherOSS/issue-#1648-repository_xml
48a8d88
Issue #1648 repository xml
The test scripts has been updated to track the changed content behind https://ftp.otobo.org/pub/otobo/misc/packages/repository.xml . Closing this issue.
bschmalhofer
No branches or pull requests
The output from https://ftp.otobo.org/pub/otobo/misc/packages/repository.xml has changed. Thus the test has to be adapted.
The text was updated successfully, but these errors were encountered: