catalog test script includes "element=" in query with no argument
In test_script_catalog, catalog_prop_element_two holds the query:
which results in
Error 400: doIrisProcessing - Invalid value for parameter: element
because if "element=" is included, it must have an argument. It didn't appear intentional to me that catalog_prop_element_two contain an error. It looks like an issue with arguments supplied by test_script_catalog, rather than a library error.