Project

General

Profile

« Previous | Next » 

Revision 2440

Added by sgarg about 19 years ago

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 &gt; &amp; &lt;)
> 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 &quot;

So some of the tests are failing. (Probably because normalization is done while reading of the document from database)

  • added
  • modified
  • copied
  • renamed
  • deleted