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

Typo causes SSP parser to ignore "Connector" elements #274

Closed
kyllingstad opened this issue Jun 18, 2019 · 0 comments · Fixed by #474
Closed

Typo causes SSP parser to ignore "Connector" elements #274

kyllingstad opened this issue Jun 18, 2019 · 0 comments · Fixed by #474
Labels
bug Something isn't working

Comments

@kyllingstad
Copy link
Member

In ssp_parser::ssp_parser(), the element name ssd:Connector is spelled with a double colon, ssd::Connector. This causes the parser to ignore such elements.

If it is corrected, the tests fail because the parser looks for a type attribute in the Connector element, which doesn't exist. It should look at the type-specific subelement instead (e.g. <Real>).

@kyllingstad kyllingstad added the bug Something isn't working label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant