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
difficult_xml_unknown_elements
The difficult_xml_unknown_elements test fails with this output:
/data/builds/oi-userland/components/library/opencolorio/OpenColorIO-2.4.0/tests/cpu/fileformats/FileFormatCTF_tests.cpp:1436: FAILED: std::string::npos != StringUtils::Find(parts[i], ErrorOutputs[i]) values were '18446744073709551615' and '18446744073709551615'
The difference is that the test expects this:
"(75): Unrecognized element 'Matrix' where its parent is 'LUT1D' (43): 'Matrix' not allowed in this element"
but it gets the following instead (please note 43 vs. 46):
43
46
"(75): Unrecognized element 'Matrix' where its parent is 'LUT1D' (46): 'Matrix' not allowed in this element"
And yes, the testing file contains the Matrix at line 46, not 43:
OpenColorIO/tests/data/files/difficult_test1_v1.ctf
Lines 40 to 48 in ed0c9ef
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
difficult_xml_unknown_elements
test fails with this output:The difference is that the test expects this:
but it gets the following instead (please note
43
vs.46
):And yes, the testing file contains the Matrix at line 46, not 43:
OpenColorIO/tests/data/files/difficult_test1_v1.ctf
Lines 40 to 48 in ed0c9ef
The text was updated successfully, but these errors were encountered: