-
Notifications
You must be signed in to change notification settings - Fork 73
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
Create a test to demonstrate xml_mode allows setting nonprintable AVUs #659
base: main
Are you sure you want to change the base?
Conversation
8413ef1
to
659a8a1
Compare
659a8a1
to
4a2e7d8
Compare
does this test need assertions? |
Test passes, and I also confirmed the original error is produced when |
4a2e7d8
to
dbbc0e2
Compare
please don't force push |
dbbc0e2
to
3d54e4c
Compare
force pushes mean we can't see the diff. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codacy reports a couple of unused imports. Otherwise, seems fine.
a10b033
to
bb561e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good. This seems like it's ready for squashing to me
Agreed. |
d5ab4c8
to
34006a3
Compare
Squashed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder if the test should verify the metadata got into the catalog
Yes please. |
Done. |
Looks good. Squash it. |
Check that
irods.helpers.xml_mode
(#586) addresses #582