Skip to content
New issue

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

Fix unit test ConfiguredRepositoryDefinitionGet.t #1648

Closed
bschmalhofer opened this issue Mar 2, 2022 · 2 comments
Closed

Fix unit test ConfiguredRepositoryDefinitionGet.t #1648

bschmalhofer opened this issue Mar 2, 2022 · 2 comments
Assignees
Labels
unittests Requests wrt unittests
Milestone

Comments

@bschmalhofer
Copy link
Contributor

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'
#          };
#          

@bschmalhofer bschmalhofer added the unittests Requests wrt unittests label Mar 2, 2022
@bschmalhofer bschmalhofer added this to the OTOBO 10.0.16 milestone Mar 2, 2022
@bschmalhofer bschmalhofer self-assigned this Mar 2, 2022
@bschmalhofer
Copy link
Contributor Author

@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 .

@bschmalhofer
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unittests Requests wrt unittests
Projects
None yet
Development

No branches or pull requests

1 participant