Adding test for checking Metacat behaviour when characters outside A-Z,a-z,0-9 are entered.
Related bugs: 1711, 1538 (1711 has been fixed as tested by this file. Have to add code to test 1711)
Currently checking for > when < > & is entered - test fails as expected as document is invalid > when > < & is entered - test expected to succeeds but failing (when the document is read again it comes back as > & <) > when µ is entered for testing micro sign - test succeeds > when ', " and ` are entered - succeeds in case of ' and `. fails in case of " as metacat returns "
So some of the tests are failing. (Probably because normalization is done while reading of the document from database)
Adding test for checking Metacat behaviour when characters outside A-Z,a-z,0-9 are entered.
Related bugs: 1711, 1538 (1711 has been fixed as tested by this file. Have to add code to test 1711)
Currently checking for
> when < > & is entered -test fails as expected as document is invalid> when > < & is entered -test expected to succeeds but failing (when the document is read again it comes back as > & <)> when µ is entered for testing micro sign -test succeeds> when ', " and ` are entered -succeeds in case of ' and `. fails in case of " as metacat returns "So some of the tests are failing. (Probably because normalization is done while reading of the document from database)