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

remove context product name case sensitivity check #638

Merged
merged 2 commits into from
May 11, 2023
Merged

Conversation

al-niessner
Copy link
Contributor

🗒️ Summary

Removed the checks that verified that the item case was different between input and registered values.

⚙️ Test Data and/or Report

See #631 for original output. Here is new output as I think unit test is insufficient.

      INFO  [info.label.context_ref_mismatch]   line 41: Context reference name mismatch. Value: 'Hayabusa2' Expected one of: '[HAYABUSA2 ASTEROID SAMPLE RETURN MISSION]'
      INFO  [info.label.context_ref_mismatch]   line 58: Context reference name mismatch. Value: 'TIR' Expected one of: '[THERMAL INFRARED IMAGER (TIR)]'

♻️ Related Issues

Closes #631

Al Niessner added 2 commits May 9, 2023 10:39
This unit test may not work because the change is to an INFO and not an error or warning and therefore has no summary. In other words, cucumber tests were not built to handle this situation.
Copy link
Member

@nutjob4life nutjob4life left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL what :: does in Java. Shows you how often I program in Java. Thanks for the lesson @al-niessner!

Changes approved.

@jordanpadams jordanpadams merged commit dcd8bef into main May 11, 2023
@jordanpadams jordanpadams deleted the issue_631 branch May 11, 2023 23:09
@jordanpadams jordanpadams changed the title Issue 631: remove case sensitivity check remove context product name case sensitivity check May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expected value in validate report for context reference name is not same as value in the context file
3 participants